commit | b78a2430acd5a8e978da49197cb77792da15ebad | [log] [tgz] |
---|---|---|
author | Adam Snaider <adsnaider@gmail.com> | Mon Jul 10 23:14:24 2023 -0400 |
committer | Adam Snaider <adsnaider@gmail.com> | Sat Aug 05 13:32:34 2023 -0700 |
tree | c6b6f48cf18c5aa1fd1d67148f5cca6cc82ca3ef | |
parent | ec6cce4c09e2ab327922e251883bc0b70ccf244e [diff] |
Add emtpy rustfmt.toml to project root If you have a rustmt.toml along your path, it will try to use that configuration when running rustfmt. This is fixed by adding a rustfmt.toml which is currently empty but which could be used later on for setting up formatting rules. Change-Id: I04e334866819d3648ab178f2ad3ad44872166fdc Signed-off-by: Adam Snaider <adsnaider@gmail.com>
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/rustfmt.toml