Skip to content

Commit

Permalink
chore: ignore out when applying scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
myyk committed Nov 7, 2024
1 parent 351db1e commit 12ab42a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ runner.dialect = scala213

project {
excludePaths = [
"glob:**/example/scalalib/linting/1-scalafmt/src/Foo.scala"
"glob:**/example/scalalib/linting/1-scalafmt/src/Foo.scala",
"glob:**/mill/out/**"
]
}

Expand Down

0 comments on commit 12ab42a

Please sign in to comment.