From ea77a8cf9c012fcd877d842fec85b0b5a442952c Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sun, 7 Aug 2022 20:47:54 -0400 Subject: Import modifications to `mpd` crate --- vendored/mpd/rustfmt.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vendored/mpd/rustfmt.toml (limited to 'vendored/mpd/rustfmt.toml') 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 -- cgit v1.3