File: rustfmt.toml

package info (click to toggle)
rust-fast-float2 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Requires nightly to do proper formatting.
use_small_heuristics = "Off"
use_field_init_shorthand = true
trailing_semicolon = true
newline_style = "Unix"
match_block_trailing_comma = true
empty_item_single_line = false
enum_discrim_align_threshold = 40
fn_params_layout = "Tall"
fn_single_line = false
format_macro_matchers = true
format_macro_bodies = true
imports_indent = "Block"
imports_layout = "HorizontalVertical"
indent_style = "Block"
match_arm_blocks = true
overflow_delimited_expr = true
group_imports = "StdExternalCrate"
wrap_comments = true