Skip to content

Commit

Permalink
Merge pull request #1280 from scalacenter/scalafmt-binary
Browse files Browse the repository at this point in the history
fix path to scalafmt binary
  • Loading branch information
github-brice-jaglin authored Nov 12, 2020
2 parents 69c0369 + 9c83cb9 commit a4fdf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docstrings.style = Asterisk
optIn.blankLineBeforeDocstring = true
assumeStandardLibraryStripMargin = true
align.preset = none
onTestFailure = "To fix this, run `./scalafmt` from the project base directory"
onTestFailure = "To fix this, run `./bin/scalafmt` from the project base directory"
optIn.annotationNewlines = true
project.excludeFilters = [
scalafix-tests/input
Expand Down

0 comments on commit a4fdf35

Please sign in to comment.