https://github.com/Netflix/atlas
Raw File
Tip revision: 8a4177163c9390a7b8b999a2986e78c37eb3a2e2 authored by Tim Jiang on 02 April 2020, 22:14:21 UTC
atlas-eval: fix eval flow failure on lwc instance removal (#1165)
Tip revision: 8a41771
.scalafmt.conf
version = 2.3.2

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