We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d3b34 commit f43e3e2Copy full SHA for f43e3e2
rustfmt.toml
@@ -13,6 +13,12 @@ ignore = [
13
14
# tests for now are not formatted, as they are sometimes pretty-printing constrained
15
# (and generally rustfmt can move around comments in UI-testing incompatible ways)
16
+ "/tests/*",
17
+
18
+ # but we still want to format rmake.rs files in tests/run-make/ so we need to do this
19
+ # dance to avoid the parent directory from being excluded
20
+ "!/tests/run-make/",
21
+ "/tests/run-make/*/*.rs",
22
"!/tests/run-make/*/rmake.rs",
23
24
# do not format submodules
0 commit comments