summaryrefslogtreecommitdiff
path: root/vendored/mpd/rustfmt.toml
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2022-08-07 20:47:54 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2022-08-07 20:47:54 -0400
commitea77a8cf9c012fcd877d842fec85b0b5a442952c (patch)
tree7f209c030b97a957497f152d161a9d7035311132 /vendored/mpd/rustfmt.toml
parent0de7e9ac43f88aae3750ecfe25b5454fdd1ad015 (diff)
Import modifications to `mpd` crateHEADmaster
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