From e4bd39f959deecff159a8a394c26a002937d247c Mon Sep 17 00:00:00 2001 From: Joseph Ryan Date: Wed, 29 Mar 2023 02:57:30 -0700 Subject: [PATCH] Add empty rustfmt.toml (#1907) This prevents the user's global rustfmt settings from being used on rules_rust. I noticed that my other rules_rust commits were introducing spurious changes because I have `wrap_comments` enabled globally, so I added this empty config file to prevent that. I figured that others may run into the same issue and this could save some diffs in the future where someone sets a different line-length limit or something for their personal configuration. --- .rustfmt.toml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000000..e69de29bb2