Skip to content

Commit

Permalink
Add 'trailingCommas = preserve' setting to Scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Nov 25, 2023
1 parent 7008061 commit 2564300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ align.openParenCallSite = false
align.openParenDefnSite = false
binPack.literalArgumentLists = true
project.git = true
trailingCommas = preserve

# exclude submodules
project.excludeFilters = [
Expand Down

0 comments on commit 2564300

Please sign in to comment.