summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-27 23:36:46 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-27 23:37:55 -0500
commit8a95f91442a0004edc42a0aeb5279f436deea100 (patch)
treea226e412d23fc45c87a485ea6fc37b62cf0a5626 /rustfmt.toml
parent792be871e88d4fde3769e963b8fd3e4be07a2e84 (diff)
Removed rustfmt lines that weren't working on stable...
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 253a9b51..eefab4d3 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -2,7 +2,6 @@ edition = "2018"
max_width = 100
newline_style = "Unix"
reorder_imports = true
-control_brace_style = "ClosingNextLine"
fn_args_layout = "Compressed"
empty_item_single_line = false
hard_tabs = true
@@ -12,5 +11,4 @@ reorder_modules = true
reorder_impl_items = true
tab_spaces = 4
format_strings = true
-space_before_colon = true
space_after_colon = true