summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-28 22:27:29 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-28 22:27:29 -0500
commit520af2b68f550b45c64aaefc4004e4ddd5688b92 (patch)
tree47a9f291ff6b6d0d657f392c9ee6f07a9f75db57 /rustfmt.toml
parentbbdd7786ceb6a40ddfdca9c409997fccd6b7dfba (diff)
Updated rustfmt to remove nightly-only features (for now)
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index c7c801a9..5e1a41b9 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -3,11 +3,7 @@ max_width = 100
newline_style = "Unix"
reorder_imports = true
fn_args_layout = "Compressed"
-empty_item_single_line = false
hard_tabs = true
-merge_imports = true
merge_derives = true
reorder_modules = true
-reorder_impl_items = true
tab_spaces = 4
-format_strings = true