commit | f0606d4b2db19c6afaf2ce8503541343cc975718 | [log] [tgz] |
---|---|---|
author | Shaquille Johnson <ssjohnson@google.com> | Tue Sep 20 09:14:08 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 20 09:14:08 2022 +0000 |
tree | d46e1b7af2e6e44fdfe3d00473d4b31f2dc8ca49 | |
parent | 1403e3f22f9b8f0c3fd5b2d0bceb3095e4fb6c16 [diff] | |
parent | 04a34cf10a45a389a18a8d6d283d594464c1474a [diff] |
Merge "Run rustfmt and add rustfmt.toml to directory"
diff --git a/keystore2/rustfmt.toml b/keystore2/rustfmt.toml new file mode 100644 index 0000000..4335d66 --- /dev/null +++ b/keystore2/rustfmt.toml
@@ -0,0 +1,5 @@ +# Android Format Style + +edition = "2021" +use_small_heuristics = "Max" +newline_style = "Unix" \ No newline at end of file