### _Why are the changes needed?_ - Scalafmt 3.7.5 release note: https://github.com/scalameta/scalafmt/releases/tag/v3.7.5 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request Closes #5007 from bowenliang123/scalafmt-3.7.5. Closes #5007 f3f7163a4 [liangbowen] Bump Scalafmt from 3.7.4 to 3.7.5 Authored-by: liangbowen <liangbowen@gf.com.cn> Signed-off-by: liangbowen <liangbowen@gf.com.cn>
29 lines
715 B
Plaintext
29 lines
715 B
Plaintext
version = 3.7.5
|
|
runner.dialect=scala212
|
|
project.git=true
|
|
|
|
align.preset = none
|
|
align.openParenDefnSite = false
|
|
align.openParenCallSite = false
|
|
align.stripMargin = true
|
|
align.tokens = []
|
|
assumeStandardLibraryStripMargin = true
|
|
danglingParentheses.preset = false
|
|
docstrings.style = Asterisk
|
|
docstrings.wrap = no
|
|
importSelectors = singleLine
|
|
indent.extendSite = 2
|
|
literals.hexDigits = Upper
|
|
maxColumn = 100
|
|
newlines.source = keep
|
|
newlines.topLevelStatementBlankLines = []
|
|
optIn.configStyleArguments = false
|
|
rewrite.imports.groups = [
|
|
["javax?\\..*"],
|
|
["scala\\..*"],
|
|
["(?!org\\.apache\\.kyuubi\\.).*"],
|
|
["org\\.apache\\.kyuubi\\..*"]
|
|
]
|
|
rewrite.imports.sort = scalastyle
|
|
rewrite.rules = [Imports, SortModifiers]
|