commit | 7802654ecfc7b658b33c1c0314268115cef9afa9 | [log] [tgz] |
---|---|---|
author | Neill Kapron <nkapron@google.com> | Tue Nov 12 17:08:23 2024 +0000 |
committer | Neill Kapron <nkapron@google.com> | Tue Nov 12 23:28:40 2024 +0000 |
tree | 166b696948e4e9a6fa3cd04dd4b077433a19c1c0 | |
parent | cbb87b6c9731817f2acee104a9d3473701221763 [diff] |
BpfLoader-rs: add rustfmt.toml symlink Add a symlink to the Android standard rustfmt.toml config file for ease of use when formatting new commits. Per go/rust_formatter, this is the recommended approach. To run the formatter: rustfmt --config-path rustfmt.toml loader/bpfloader.rs Bug: 359646531 Test: Manual Change-Id: I155e7b859bc86124cf448f91c1da232892c75049 Signed-off-by: Neill Kapron <nkapron@google.com>