diff --git a/scalariformStyle.properties b/scalariformStyle.properties new file mode 100644 index 0000000000000000000000000000000000000000..7e5f561df9c86dfbe0cc7608f49c6248027e0ba3 --- /dev/null +++ b/scalariformStyle.properties @@ -0,0 +1,18 @@ +#Scalariform formatter preferences +alignParameters=true +alignSingleLineCaseStatements.maxArrowIndent=40 +alignSingleLineCaseStatements=true +compactStringConcatenation=false +compactControlReadability=false +doubleIndentClassDeclaration=false +formatXml=true +indentLocalDefs=false +indentPackageBlocks=true +indentSpaces=2 +preserveDanglingCloseParenthesis=false +preserveSpaceBeforeArguments=false +rewriteArrowSymbols=false +spaceBeforeColon=false +spaceInsideBrackets=false +spaceInsideParentheses=false +spacesWithinPatternBinders=true