Adding standard exclusions
This commit is contained in:
parent
a825bcce13
commit
438119e038
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
// See: https://github.com/scalameta/scalafmt/tags for the latest tags.
|
||||
version = 3.5.2
|
||||
runner.dialect = scala3
|
||||
maxColumn = 80
|
||||
|
@ -58,3 +59,13 @@ docstrings {
|
|||
wrap = yes
|
||||
forceBlankLineBefore = true
|
||||
}
|
||||
|
||||
project {
|
||||
excludePaths = [
|
||||
"glob:**target/**",
|
||||
"glob:**.metals/**",
|
||||
"glob:**.bloop/**",
|
||||
"glob:**.bsp/**",
|
||||
"glob:**metals.sbt"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue