diff options
author | Sonny Sasaka <sonnysasaka@google.com> | 2022-02-28 21:49:35 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2022-02-28 21:49:35 +0000 |
commit | 347bd0b06a019bbe84f6a1a3d79f91b5e88310d0 (patch) | |
tree | fde1d229bcba260cd2bb6422f9e1b6c7a1a0142d | |
parent | 952e4c9a13fd41982ad837bc2404281a78663086 (diff) | |
parent | 4c6ac88712a180fe8d0726dd6eb2204f555768f6 (diff) |
Merge "Decouple rustfmt.toml from soong"
-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" |