https://github.com/Netflix/atlas
Raw File
Tip revision: cbe7cf2e3e6e2e7913b889927cb5464d3464c081 authored by brharrington on 06 February 2020, 15:44:31 UTC
update launcher url to use HTTPS (#1142)
Tip revision: cbe7cf2
.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