diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2020-01-31 17:09:34 +0100 |
|---|---|---|
| committer | Jonas Schievink <jonasschievink@gmail.com> | 2020-01-31 17:09:34 +0100 |
| commit | 08e85aa5865dcb8198942a082d892d863367d4d2 (patch) | |
| tree | 9bde08eba303671378f4c2e841134b3039bc3e9e | |
| parent | ecde10fc283530db0db42e2c3e2e3132e809b139 (diff) | |
| download | rust-08e85aa5865dcb8198942a082d892d863367d4d2.tar.gz rust-08e85aa5865dcb8198942a082d892d863367d4d2.zip | |
Ignore `build` dir formatting
| -rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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", |
