summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-29 17:07:47 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-03-02 00:09:45 -0500
commit4c98fe4fde4aaa96ecbbd95afdb8a7338a9e3869 (patch)
treedb183fc5d58b8986d8f9fbb1e08e25808cf594e4 /rustfmt.toml
parenteb2622467fb05014dc52bf7ca077b3f7d57c47d9 (diff)
Refactoring.
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 5e1a41b9..3992c568 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -3,7 +3,6 @@ max_width = 100
newline_style = "Unix"
reorder_imports = true
fn_args_layout = "Compressed"
-hard_tabs = true
merge_derives = true
reorder_modules = true
tab_spaces = 4