File: .rustfmt.toml

package info (click to toggle)
rust-ansi-colours 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 216 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
binop_separator = "Back"
blank_lines_lower_bound = 0
blank_lines_upper_bound = 3
brace_style = "PreferSameLine"
color = "Auto"
condense_wildcard_suffixes = true
fn_single_line = true
format_macro_matchers = true
format_strings = true
group_imports = "StdExternalCrate"
max_width = 80
newline_style = "Unix"
normalize_doc_attributes = true
overflow_delimited_expr = true
reorder_imports = true
reorder_modules = true
use_field_init_shorthand = true
use_try_shorthand = true