File: rustfmt.toml

package info (click to toggle)
rust-divbuf 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 204 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
brace_style = "SameLineWhere"
edition = "2021"
format_strings = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
imports_layout = "HorizontalVertical"
match_block_trailing_comma = false
max_width = 80
reorder_impl_items = true
reorder_imports = true
struct_field_align_threshold = 16
use_field_init_shorthand = true