diff options
-rw-r--r-- | rustfmt.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 9a271df7b..63d651a85 100644 --- a/rustfmt.toml +++ b/rustfmt.toml | |||
@@ -1,2 +1,3 @@ | |||
1 | reorder_imports = false | 1 | reorder_imports = false |
2 | reorder_modules = false \ No newline at end of file | 2 | reorder_modules = false |
3 | use_small_heuristics = "Max" | ||