mirror of
https://github.com/topjohnwu/argh.git
synced 2024-11-23 11:49:45 +00:00
Add rustfmt used for this project
This commit is contained in:
parent
154e4fe7ec
commit
6e8c8f5ca5
15
rustfmt.toml
Normal file
15
rustfmt.toml
Normal file
@ -0,0 +1,15 @@
|
||||
# Fuchsia Format Style
|
||||
# last reviewed: Jan 29, 2019
|
||||
|
||||
# Fuchsia uses 2018 edition only
|
||||
edition = "2018"
|
||||
|
||||
# The "Default" setting has a heuristic which splits lines too aggresively.
|
||||
# We are willing to revisit this setting in future versions of rustfmt.
|
||||
# Bugs:
|
||||
# * https://github.com/rust-lang/rustfmt/issues/3119
|
||||
# * https://github.com/rust-lang/rustfmt/issues/3120
|
||||
use_small_heuristics = "Max"
|
||||
|
||||
# Prevent carriage returns
|
||||
newline_style = "Unix"
|
Loading…
Reference in New Issue
Block a user