diff options
author | gennyble <gen@nyble.dev> | 2025-05-17 09:53:23 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-05-17 09:53:23 -0500 |
commit | 2bd66b9a04be8a63d7ee0be2d633ead183fa7e76 (patch) | |
tree | 8962e5bc5b0e8ac1af7f01f0db875bc60d8d44c3 /.rustfmt.toml | |
download | skim-2bd66b9a04be8a63d7ee0be2d633ead183fa7e76.tar.gz skim-2bd66b9a04be8a63d7ee0be2d633ead183fa7e76.zip |
initial commit; meow
Diffstat (limited to '.rustfmt.toml')
-rw-r--r-- | .rustfmt.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..4639247 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,2 @@ +hard_tabs = true +chain_width = 100 |