Adding standard exclusions

This commit is contained in:
pgfm 2022-06-16 09:54:20 -05:00
parent a825bcce13
commit 438119e038

View file

@ -1,3 +1,4 @@
// See: https://github.com/scalameta/scalafmt/tags for the latest tags.
version = 3.5.2 version = 3.5.2
runner.dialect = scala3 runner.dialect = scala3
maxColumn = 80 maxColumn = 80
@ -58,3 +59,13 @@ docstrings {
wrap = yes wrap = yes
forceBlankLineBefore = true forceBlankLineBefore = true
} }
project {
excludePaths = [
"glob:**target/**",
"glob:**.metals/**",
"glob:**.bloop/**",
"glob:**.bsp/**",
"glob:**metals.sbt"
]
}