aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-02-08 11:49:26 +0000
committerAleksey Kladov <[email protected]>2019-02-08 11:49:26 +0000
commit5cb1d41a30d25cbe136402644bf5434dd667f1e5 (patch)
tree0923b5d4edd6cca3c04514fb27ed6207a37cdeb7 /rustfmt.toml
parentb5fc999e7dafa8217d77088ae10bff96e767a3e9 (diff)
enable "small heuristics"
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml3
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 @@
1reorder_imports = false 1reorder_imports = false
2reorder_modules = false \ No newline at end of file 2reorder_modules = false
3use_small_heuristics = "Max"