Sonny Sasaka | 4c6ac88 | 2022-02-23 17:10:15 -0800 | [diff] [blame] | 1 | # Android Format Style |
Martin Geisler | e500f26 | 2022-04-12 16:09:38 +0200 | [diff] [blame] | 2 | # |
3 | # Note that this is not a symlink back to soong/scripts/rustfmt.toml | ||||
4 | # since the ChromeOS team imports this repository. See | ||||
5 | # https://r.android.com/1998210 for details. | ||||
Sonny Sasaka | 4c6ac88 | 2022-02-23 17:10:15 -0800 | [diff] [blame] | 6 | |
7 | edition = "2021" | ||||
8 | use_small_heuristics = "Max" | ||||
9 | newline_style = "Unix" |