File: rustfmt.toml

package info (click to toggle)
rust-coreutils 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 505,620 kB
  • sloc: ansic: 103,594; asm: 28,570; sh: 8,910; python: 5,581; makefile: 472; cpp: 97; javascript: 72
file content (11 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Rustfmt is not fully used with this crate, as its formatting decreases
# readability in too many places. Therefore formatting is disabled. This config
# file exists for me to occasionally run `cargo fmt` and cherry pick changes.
disable_all_formatting = true

blank_lines_upper_bound = 3
group_imports = "StdExternalCrate"
use_field_init_shorthand = true
overflow_delimited_expr = true
single_line_if_else_max_width = 60
struct_lit_width = 70