summaryrefslogtreecommitdiff
path: root/vendored/mpd/rustfmt.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendored/mpd/rustfmt.toml')
-rw-r--r--vendored/mpd/rustfmt.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendored/mpd/rustfmt.toml b/vendored/mpd/rustfmt.toml
new file mode 100644
index 0000000..1091732
--- /dev/null
+++ b/vendored/mpd/rustfmt.toml
@@ -0,0 +1,12 @@
+newline_style = "Unix"
+max_width = 140
+fn_call_width = 120
+ideal_width = 120
+tab_spaces = 4
+fn_args_density = "Compressed"
+fn_arg_indent = "Tabbed"
+single_line_if_else = true
+reorder_imports = true
+chain_base_indent = "Tabbed"
+chain_indent = "Block"
+chain_one_line_max = 160