https://github.com/Netflix/atlas
Raw File
Tip revision: 832e8278c943dbf5402e47dd2345ff625d4836b4 authored by Tim Jiang on 18 March 2020, 12:12:09 UTC
atlas-eval: expose flow api to maximize throughput (#1154)
Tip revision: 832e827
.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