Alan Stokes | 3e5eec1 | 2023-09-07 12:10:00 +0100 | [diff] [blame] | 1 | # Android Format Style |
2 | # Should be in sync with build/soong/scripts/rustfmt.toml | ||||
3 | |||||
4 | edition = "2021" | ||||
5 | use_small_heuristics = "Max" | ||||
6 | newline_style = "Unix" | ||||
7 | |||||
8 | # Local customizations | ||||
9 | wrap_comments = true | ||||
10 | comment_width = 100 |