1# Android Format Style 2 3edition = "2021" 4use_small_heuristics = "Max" 5newline_style = "Unix" 6 7# Unstable formatter features 8# This may break the codebase in the future rust update. Let kawasin@google.com know the breakage if 9# you find, or delete these breaking formatter features if the fix is too costy. 10 11imports_granularity = "item" 12group_imports = "StdExternalCrate" 13