Add standard rustfmt.toml
This configuration is to be used for all internal Rust crates. Test: rustfmt --print-config current --config-path build/soong/scripts/ . Bug: 157238653 Change-Id: Ic49027dd1530f503e2c1f781453cdee95a983252
This commit is contained in:
5
scripts/rustfmt.toml
Normal file
5
scripts/rustfmt.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Android Format Style
|
||||
|
||||
edition = "2018"
|
||||
use_small_heuristics = "Max"
|
||||
newline_style = "Unix"
|
Reference in New Issue
Block a user