https://github.com/Netflix/atlas
Raw File
Tip revision: f1d110ed1c76bdacbf101a7a7f0f13119e50f60a authored by brharrington on 02 December 2019, 19:49:35 UTC
simplify condition for isRestricted (#1112)
Tip revision: f1d110e
.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