Ignore build
dir formatting
This commit is contained in:
parent
ecde10fc28
commit
08e85aa586
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ merge_derives = false
|
|||
# by default we ignore everything in the repository
|
||||
# tidy only checks files which are not ignored, each entry follows gitignore style
|
||||
ignore = [
|
||||
"build",
|
||||
|
||||
# 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)
|
||||
"src/test",
|
||||
|
|
Loading…
Add table
Reference in a new issue