https://github.com/Netflix/atlas
Raw File
Tip revision: 4be162eec53fdd043b238183d90825151f0c6b89 authored by brharrington on 23 September 2019, 14:05:13 UTC
jackson 2.9.10 (#1089)
Tip revision: 4be162e
.scalafmt.conf
version = 2.0.0-RC5

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