blob: aaf15f20cdcd7b43f9a37cabed57cf2b532fff75 [file] [log] [blame]
Alan Stokes3e5eec12023-09-07 12:10:00 +01001# Android Format Style
2# Should be in sync with build/soong/scripts/rustfmt.toml
3
4edition = "2021"
5use_small_heuristics = "Max"
6newline_style = "Unix"
7
8# Local customizations
9wrap_comments = true
10comment_width = 100