summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-09-15 01:32:08 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-15 01:32:08 -0400
commit05d4e8215351e0f05f366d7f25aceb3dfe49dfdc (patch)
treedd44e6fe1c3ff3dca97d523ca23a5408f74f7952 /rustfmt.toml
parente593149ef91d5075179e2a56efdbe8518cfcf01d (diff)
[skip travis] Changed rustfmt, formatting.
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 fae7c139..6e1fdffd 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,4 +1,4 @@
-max_width = 200
+max_width = 175
reorder_imports = true
control_brace_style = "ClosingNextLine"
fn_args_layout = "Compressed"