diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 120000 index 475ba8fde76f71f9974bbc4626091747e35ec757..0000000000000000000000000000000000000000 --- a/rustfmt.toml +++ /dev/null @@ -1 +0,0 @@ -../../../build/soong/scripts/rustfmt.toml \ No newline at end of file diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000000000000000000000000000000000000..cefaa42a3f64a49cc5586c611f65d8996657fc72 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,5 @@ +# Android Format Style + +edition = "2021" +use_small_heuristics = "Max" +newline_style = "Unix"