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