summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-17 00:50:39 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-17 00:55:24 -0500
commit531e6ed76e689c243416d832e8e84cd9382f1693 (patch)
tree1ec3e9bdb542da75c56f96f68855968c67feed99 /rustfmt.toml
parentcbafbfc699d8c35d6fc9bc68c63aab5569862991 (diff)
[skip travis] Really redundant rustfmt update.
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index ff28a453..253a9b51 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,3 +1,4 @@
+edition = "2018"
max_width = 100
newline_style = "Unix"
reorder_imports = true
@@ -8,5 +9,8 @@ hard_tabs = true
merge_imports = true
merge_derives = true
reorder_modules = true
-space_before_colon = true
+reorder_impl_items = true
tab_spaces = 4
+format_strings = true
+space_before_colon = true
+space_after_colon = true