diff options
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 2867b141..1d5e440f 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,7 +1,4 @@ -# version = "Two" edition = "2021" max_width = 120 newline_style = "Unix" use_small_heuristics = "Off" -# struct_lit_single_line = false -# overflow_delimited_expr = true |