1# 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
11