platform_build_soong/scripts/rustfmt.toml
Thiébaud Weksteen b6db6de842 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
2020-06-22 13:34:59 +02:00

5 lines
93 B
TOML

# Android Format Style
edition = "2018"
use_small_heuristics = "Max"
newline_style = "Unix"