diff options
author | gennyble <gen@nyble.dev> | 2023-10-08 20:37:38 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-10-08 20:37:38 -0500 |
commit | 1575e5fd1a358a3c997288998d7b25f87472905d (patch) | |
tree | bb690a93eb1fdb44fb26fa53bf0b4353712e163f /.rustfmt.toml | |
parent | a124c54ba8547403574554908578adeb7a423fee (diff) | |
download | colorsquash-1575e5fd1a358a3c997288998d7b25f87472905d.tar.gz colorsquash-1575e5fd1a358a3c997288998d7b25f87472905d.zip |
allow changing difference algorithm
Diffstat (limited to '.rustfmt.toml')
-rw-r--r-- | .rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..218e203 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ +hard_tabs = true |