summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-12-06 00:57:04 -0500
committerClementTsang <clementjhtsang@gmail.com>2019-12-06 00:57:04 -0500
commite7477ce517d1cf816bdb5cb479452bb5217c47e7 (patch)
tree857fb3ef049c677920771cf9d4bce8fc65b8d277 /rustfmt.toml
parent078cca4100c79c50d9eba816060382c1cc54be03 (diff)
Update tui version... legends aren't showing up yet, will have to fork again.
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 4bc25f6e..7aa76c5c 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,4 +1,5 @@
max_width = 150
+newline_style = "Unix"
reorder_imports = true
control_brace_style = "ClosingNextLine"
fn_args_layout = "Compressed"