summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2020-01-07 23:40:53 -0500
committerClementTsang <clementjhtsang@gmail.com>2020-01-07 23:40:53 -0500
commit0f2b4a7ba519d6a4d2e7c1dc212894551f98ce8b (patch)
tree71cb2de595dc820f1b766b80cd6e73e99b6a8944 /rustfmt.toml
parent5a32404ed480e25352ef92d4ff29a5be40f09077 (diff)
Formatting changes to be a bit more strict on line length
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 7aa76c5c..ff28a453 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,4 +1,4 @@
-max_width = 150
+max_width = 100
newline_style = "Unix"
reorder_imports = true
control_brace_style = "ClosingNextLine"