summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-09-25 16:43:13 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-25 16:43:13 -0400
commit34c102195df146984426680ca1bceb87230bd9b8 (patch)
tree2d6bb801bb2d7c59fff0046e595bc6a63121cc51 /rustfmt.toml
parent1112ae714e034b7e89698d9e02ffccce4962f58b (diff)
Added scrolling for temp and disk list.
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 6e1fdffd..4bc25f6e 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,4 +1,4 @@
-max_width = 175
+max_width = 150
reorder_imports = true
control_brace_style = "ClosingNextLine"
fn_args_layout = "Compressed"