Skip to content

Commit

Permalink
remove RedundantParens
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Jul 27, 2024
1 parent 765f1f1 commit e640d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ runner.dialect = Scala213Source3
maxColumn = 120
align.preset = none
align.tokens = []
rewrite.rules = [RedundantParens, ExpandImportSelectors, PreferCurlyFors]
rewrite.rules = [ExpandImportSelectors, PreferCurlyFors]
rewrite.imports.contiguousGroups = "no"
rewrite.imports.groups = [[".*"]]
continuationIndent.callSite = 2
Expand Down

0 comments on commit e640d08

Please sign in to comment.