These are outdated and not used by the rest of the chisel family. Add the scalafmt file that is used to fix code formatting. This will be used to regularize the code. That work will be done by attrition.
26 lines
552 B
Plaintext
26 lines
552 B
Plaintext
version = 2.7.5
|
|
|
|
maxColumn = 120
|
|
align = most
|
|
continuationIndent.defnSite = 2
|
|
assumeStandardLibraryStripMargin = true
|
|
docstrings = ScalaDoc
|
|
lineEndings = preserve
|
|
includeCurlyBraceInSelectChains = false
|
|
danglingParentheses = true
|
|
|
|
align.tokens.add = [
|
|
{
|
|
code = ":"
|
|
}
|
|
]
|
|
|
|
newlines.alwaysBeforeCurlyBraceLambdaParams = false
|
|
newlines.alwaysBeforeMultilineDef = false
|
|
newlines.implicitParamListModifierForce = [before]
|
|
|
|
verticalMultiline.atDefnSite = true
|
|
|
|
optIn.annotationNewlines = true
|
|
|
|
rewrite.rules = [SortImports, PreferCurlyFors, AvoidInfix] |