From a2cabdf5b9ee3cbc40fe8538ee56537dbf68f95b Mon Sep 17 00:00:00 2001 From: Narawit Rakket Date: Sat, 3 Sep 2022 00:51:58 +0700 Subject: [PATCH] chore: add empty `rustfmt.toml` This ensure that `rustfmt` will always use default configs for this project even if there is a `rustfmt.toml` in parent directories --- rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..130a070 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +# use empty config file to ensure that `rustfmt` will always use +# the default configuration when formatting code +# even if there is a `rustfmt.toml` file in parent directories