diff options
Diffstat (limited to 'third_party/rust/clap/rustfmt.toml')
-rw-r--r-- | third_party/rust/clap/rustfmt.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/rust/clap/rustfmt.toml b/third_party/rust/clap/rustfmt.toml new file mode 100644 index 0000000000..0136d86e31 --- /dev/null +++ b/third_party/rust/clap/rustfmt.toml @@ -0,0 +1,4 @@ +format_strings = false +chain_overflow_last = false +same_line_if_else = true +fn_single_line = true |