-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API-6683 - Upgrade to Scala 2.13 (#109)
* API-6683 - Tidy up code before upgrade to Scala 2.13 * API-6683 - Upgraded to Scala 2.13 * API-6683 - PR comments
- Loading branch information
1 parent
0643b24
commit 0032e19
Showing
30 changed files
with
221 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,39 @@ | ||
version="3.5.3" | ||
runner.dialect = "scala212" | ||
runner.dialect = "scala213" | ||
|
||
maxColumn = 180 | ||
|
||
assumeStandardLibraryStripMargin = true | ||
align.stripMargin = true | ||
|
||
align.preset = most | ||
align.multiline = true | ||
|
||
indent.extendSite = 4 | ||
indent.defnSite = 4 | ||
|
||
align.arrowEnumeratorGenerator = true | ||
|
||
align.closeParenSite = true | ||
align.openParenCallSite = false | ||
align.openParenDefnSite = false | ||
align.openParenCtrlSite = false | ||
|
||
danglingParentheses.defnSite = true | ||
danglingParentheses.callSite = true | ||
danglingParentheses.exclude = [] | ||
danglingParentheses.exclude = [] | ||
|
||
newlines.source = keep | ||
newlines.topLevelStatements = [before] | ||
newlines.alwaysBeforeMultilineDef = false | ||
newlines.implicitParamListModifierPrefer = before | ||
# newlines.implicitParamListModifierForce = [before] | ||
newlines.avoidForSimpleOverflow = [tooLong, punct, slc] | ||
|
||
rewrite.rules = [SortModifiers] | ||
rewrite.imports.sort = ascii | ||
|
||
verticalMultiline.atDefnSite = true | ||
verticalMultiline.newlineAfterOpenParen = true | ||
|
||
includeNoParensInSelectChains = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.