Alexis Hernandez
6 years ago
2 changed files with 20 additions and 1 deletions
@ -0,0 +1,17 @@ |
|||
version = 2.0.0-RC7 |
|||
project.git = true |
|||
project.excludeFilters = [ |
|||
] |
|||
|
|||
maxColumn = 120 |
|||
docstrings = JavaDoc |
|||
assumeStandardLibraryStripMargin = false |
|||
|
|||
continuationIndent.callSite = 2 |
|||
continuationIndent.defnSite = 4 |
|||
|
|||
align = none |
|||
|
|||
newlines.alwaysBeforeTopLevelStatements = true |
|||
|
|||
onTestFailure = "To fix this, run 'sbt scalafmt' from the project directory" |
Loading…
Reference in new issue