File: rustfmt.toml

package info (click to toggle)
rust-rust-apt 0.7.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 524 kB
  • sloc: cpp: 773; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version = "Two"
hard_tabs = true
wrap_comments = true
format_strings = true
fn_single_line = true
empty_item_single_line = true
single_line_if_else_max_width = 80
normalize_doc_attributes = true
normalize_comments = true
reorder_impl_items = true
use_field_init_shorthand = true
group_imports = "StdExternalCrate"
imports_granularity = "Module"
condense_wildcard_suffixes = true
match_block_trailing_comma = true
format_code_in_doc_comments = false