https://github.com/Netflix/atlas
Raw File
Tip revision: ce18de591d46120be349f77ca6843a658d8f407e authored by brharrington on 26 June 2020, 03:21:36 UTC
1.6: update dependencies (#1187)
Tip revision: ce18de5
.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