File: .rustfmt.toml

package info (click to toggle)
rust-uom 0.36.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,320 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Unstable and defective options commented out. Once stabilized or corrected these options will
# likely be enabled.

use_small_heuristics = "Max"
#wrap_comments = true
#comment_width = 100
#format_strings = true
#match_block_trailing_comma = true
edition = "2018"
use_try_shorthand = true
use_field_init_shorthand = true
#error_on_unformatted = true