File: rustfmt.toml

package info (click to toggle)
rust-rawler 0.7.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,460 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#brace_style = "SameLineWhere"
#comment_width = 160
#wrap_comments = true
edition = "2021"
#enum_discrim_align_threshold = 30
force_explicit_abi = true
#format_strings = true
max_width = 300
#imports_layout = "HorizontalVertical"
merge_derives = true
#imports_granularity = "Crate"
reorder_imports = true
#report_fixme = "Always"
#report_todo = "Always"
tab_spaces = 2