File: rustfmt.toml

package info (click to toggle)
rust-threadfin 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: makefile: 2; sh: 1
file content (7 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
edition = "2018"
imports_layout = "HorizontalVertical"
merge_imports = true
overflow_delimited_expr = true
struct_lit_single_line = false
use_field_init_shorthand = true
version = "Two"