diff options
-rw-r--r--[l---------] | rustfmt.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 475ba8fde7..cefaa42a3f 120000..100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1 +1,5 @@ -../../../build/soong/scripts/rustfmt.toml
\ No newline at end of file +# Android Format Style + +edition = "2021" +use_small_heuristics = "Max" +newline_style = "Unix" |