Don't rustfmt the vendor directory.
This commit is contained in:
parent
0f0cdf6acd
commit
6575abcb36
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ merge_derives = false
|
||||||
# tidy only checks files which are not ignored, each entry follows gitignore style
|
# tidy only checks files which are not ignored, each entry follows gitignore style
|
||||||
ignore = [
|
ignore = [
|
||||||
"build",
|
"build",
|
||||||
|
"/vendor/",
|
||||||
|
|
||||||
# tests for now are not formatted, as they are sometimes pretty-printing constrained
|
# 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)
|
# (and generally rustfmt can move around comments in UI-testing incompatible ways)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue