We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0cdf6 commit 6575abcCopy full SHA for 6575abc
rustfmt.toml
@@ -7,6 +7,7 @@ merge_derives = false
7
# tidy only checks files which are not ignored, each entry follows gitignore style
8
ignore = [
9
"build",
10
+ "/vendor/",
11
12
# tests for now are not formatted, as they are sometimes pretty-printing constrained
13
# (and generally rustfmt can move around comments in UI-testing incompatible ways)
0 commit comments