Skip to content

Commit

Permalink
ScalaFmt takes filepath into consideration.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Oct 10, 2023
1 parent d346ef8 commit d7996d1
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version = 3.7.3
runner.dialect = scala213
style = defaultWithAlign # For pretty alignment.
maxColumn = 200 # For my mega-wide display
fileOverride {
"glob:**/scala/scalafmt/**" {
maxColumn = 20 # For my teensy narrow display
}
}

0 comments on commit d7996d1

Please sign in to comment.