summaryrefslogtreecommitdiff
path: root/rustfmt.toml
blob: deeeb145aa34531248f59e33330e61a7521359e6 (plain)
1
2
3
4
5
6
7
8
9
10
# Android Format Style
#
# Note that this is not a symlink back to soong/scripts/rustfmt.toml
# since the ChromeOS team imports this repository. See
# https://r.android.com/1998210 for details.

edition = "2021"
use_small_heuristics = "Max"
newline_style = "Unix"
imports_granularity = "Module"