Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuthan committed Jul 10, 2024
1 parent 0c2a860 commit c310cff
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@ newlines {

docstrings.style = Asterisk

rewrite.rules = [Imports, RedundantBraces]
rewrite.imports.expand = true
rewrite.imports.sort = original
rewrite.imports.groups = [
["javax?\\..*"]
["scala\\..*"]
["sbt\\..*"]
["org\\.apache\\.beam\\..*"]
["com\\.spotify\\.scio\\..*"]
[".*"]
["org\\.mkuthan\\..*"]
]
rewrite {
rules = [Imports, RedundantBraces]

imports {
expand = true
sort = original
groups = [
["javax?\\..*"]
["scala\\..*"]
["sbt\\..*"]
["org\\.apache\\.beam\\..*"]
["com\\.spotify\\.scio\\..*"]
[".*"]
["org\\.mkuthan\\..*"]
]
}
}

0 comments on commit c310cff

Please sign in to comment.