File: rustfmt.toml

package info (click to toggle)
rust-kasuari 0.4.11-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 272 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# configuration for https://rust-lang.github.io/rustfmt/

use_field_init_shorthand = true

# unstable options
comment_width = 100
format_code_in_doc_comments = true
format_macro_matchers = true
group_imports = "StdExternalCrate"
imports_granularity = "Module"
normalize_doc_attributes = true
wrap_comments = true