diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-07-17 20:17:44 +0200 | 
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-07-17 20:17:44 +0200 | 
| commit | 261d92c07dc792ad59753363ce5cadfcbe05d7c8 (patch) | |
| tree | d1215e115986e30f9cff83184e291f5e975e4ba6 /compiler/rustc_codegen_gcc | |
| parent | e1852d0a3c657be38bfcf9b964983fcef2c6c42e (diff) | |
| download | rust-261d92c07dc792ad59753363ce5cadfcbe05d7c8.tar.gz rust-261d92c07dc792ad59753363ce5cadfcbe05d7c8.zip  | |
Align cg_gcc rustfmt.toml with rust's
Diffstat (limited to 'compiler/rustc_codegen_gcc')
| -rw-r--r-- | compiler/rustc_codegen_gcc/.rustfmt.toml | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/.rustfmt.toml b/compiler/rustc_codegen_gcc/.rustfmt.toml index 2a35f0230c6..725aec25a07 100644 --- a/compiler/rustc_codegen_gcc/.rustfmt.toml +++ b/compiler/rustc_codegen_gcc/.rustfmt.toml @@ -1 +1,3 @@ +version = "Two" use_small_heuristics = "Max" +merge_derives = false  | 
