https://github.com/Netflix/atlas
Raw File
Tip revision: 8d5eb418654a13a2b24dbb48c051dd4b56cbaa77 authored by brharrington on 27 August 2019, 21:13:44 UTC
switch to discovery.status metric for eureka-avg (#1081)
Tip revision: 8d5eb41
.scalafmt.conf
style = defaultWithAlign

align.openParenCallSite = false
align.openParenDefnSite = false
align.tokens = [{code = "->"}, {code = "<-"}, {code = "=>", owner = "Case"}]
continuationIndent.callSite = 2
continuationIndent.defnSite = 2
danglingParentheses = true
indentOperator = spray
maxColumn = 100
newlines.alwaysBeforeTopLevelStatements = true
project.excludeFilters = [".*\\.sbt"]
rewrite.rules = [RedundantParens, ExpandImportSelectors, AvoidInfix]
spaces.inImportCurlyBraces = false
unindentTopLevelOperators = true
back to top