| version = 2.7.4 |
| |
| style = defaultWithAlign |
| |
| docstrings = JavaDoc |
| indentOperator = spray |
| maxColumn = 80 |
| rewrite.rules = [RedundantParens, SortImports, AvoidInfix] |
| unindentTopLevelOperators = true |
| align.tokens = [{code = "=>", owner = "Case"}] |
| align.openParenDefnSite = false |
| align.openParenCallSite = false |
| optIn.breakChainOnFirstMethodDot = false |
| optIn.configStyleArguments = false |
| danglingParentheses.defnSite = false |
| danglingParentheses.callSite = false |
| danglingParentheses.ctrlSite = false |
| newlines.implicitParamListModifierPrefer = before |
| spaces.inImportCurlyBraces = true |
| rewrite.neverInfix.excludeFilters = [ |
| and |
| min |
| max |
| until |
| to |
| by |
| eq |
| ne |
| "should.*" |
| "contain.*" |
| "must.*" |
| in |
| ignore |
| be |
| taggedAs |
| thrownBy |
| synchronized |
| have |
| when |
| size |
| only |
| noneOf |
| oneElementOf |
| noElementsOf |
| atLeastOneElementOf |
| atMostOneElementOf |
| allElementsOf |
| inOrderElementsOf |
| theSameElementsAs |
| ] |