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
This commit is contained in:
Narawit Rakket 2022-09-03 00:51:58 +07:00 committed by Abin Simon
parent 80a2bb26c8
commit a2cabdf5b9

3
rustfmt.toml Normal file
View file

@ -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