Skip to content

Commit 08e85aa

Browse files
Ignore build dir formatting
1 parent ecde10f commit 08e85aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rustfmt.toml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ merge_derives = false
66
# by default we ignore everything in the repository
77
# tidy only checks files which are not ignored, each entry follows gitignore style
88
ignore = [
9+
"build",
10+
911
# tests for now are not formatted, as they are sometimes pretty-printing constrained
1012
# (and generally rustfmt can move around comments in UI-testing incompatible ways)
1113
"src/test",

0 commit comments

Comments
 (0)