Add rustfmt.toml
Add rustfmt.toml that is being used by projects under smithay's umbrella.
This commit is contained in:
parent
7fc533d55f
commit
597086c42c
8 changed files with 29 additions and 84 deletions
4
rustfmt.toml
Normal file
4
rustfmt.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
use_small_heuristics = "Max"
|
||||
use_field_init_shorthand = true
|
||||
newline_style = "Unix"
|
||||
edition = "2018"
|
||||
Loading…
Add table
Add a link
Reference in a new issue