aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-11-01 13:18:53 +0000
committerAleksey Kladov <[email protected]>2018-11-01 13:18:53 +0000
commitcca5f862de8a4eb4a8990fdca95a4a7686937789 (patch)
tree3f3e70d0be8f36a8751f2d75b84581265fc43823 /rustfmt.toml
parentc74e86536e569486008b39f319ba70dbb7641d2b (diff)
Don't order import alphabetical
alphabetical ordering is no more consistent, and much less useful then the ordering which arises naturally when you add import.
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index e69de29bb..9a271df7b 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -0,0 +1,2 @@
1reorder_imports = false
2reorder_modules = false \ No newline at end of file