This website requires JavaScript.
Explore
Help
Register
Sign In
tequilaOS
/
platform_build_soong
Watch
2
Star
0
Fork
You've already forked platform_build_soong
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
b56fe2825d
platform_build_soong
/
scripts
/
rustfmt.toml
6 lines
93 B
TOML
Raw
Normal View
History
Unescape
Escape
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:27:41 +02:00
# Android Format Style
Update rustfmt.toml to 2021 edition Bug: 210475268 Test: $ cd system/security; find . -name \*.rs -exec rustfmt --check {} \; Change-Id: I49044e19a17d3806570d04c3215ccd3554ce7903
2022-02-10 06:51:02 +01:00
edition
=
"2021"
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:27:41 +02:00
use_small_heuristics
=
"Max"
newline_style
=
"Unix"
Reference in a new issue
Copy permalink