X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustfmt.toml;h=2a034845c6e0b5df42b0ef7757ed84aebd60fa9d;hb=6e1b75b7e16a5759567fa6b78f24ee9380681459;hp=73f8cc1ff68c68bbbbfe6216f4b0f00626701672;hpb=85976442558bf2d09cec3aa49c9c9ba86fb15c1f;p=rust.git diff --git a/rustfmt.toml b/rustfmt.toml index 73f8cc1ff68..2a034845c6e 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -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",