Skip to content

Commit

Permalink
Don't rustfmt the vendor directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Feb 11, 2020
1 parent 0f0cdf6 commit 6575abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rustfmt.toml
Expand Up @@ -7,6 +7,7 @@ merge_derives = false
# tidy only checks files which are not ignored, each entry follows gitignore style
ignore = [
"build",
"/vendor/",

# tests for now are not formatted, as they are sometimes pretty-printing constrained
# (and generally rustfmt can move around comments in UI-testing incompatible ways)
Expand Down

0 comments on commit 6575abc

Please sign in to comment.