From 1375066f746197f76a929ef86e5dbcd0badfd69d Mon Sep 17 00:00:00 2001 From: Lucas Silva Shepard Date: Mon, 26 Jun 2023 18:04:35 -0700 Subject: [PATCH] [fp-rs] Adding line width formatting to Fast Pair Rust. --- fastpair/rust/rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 fastpair/rust/rustfmt.toml diff --git a/fastpair/rust/rustfmt.toml b/fastpair/rust/rustfmt.toml new file mode 100644 index 00000000..5c8d9318 --- /dev/null +++ b/fastpair/rust/rustfmt.toml @@ -0,0 +1 @@ +max_width = 80 \ No newline at end of file