diff options
author | gennyble <gen@nyble.dev> | 2025-03-11 14:42:29 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-11 14:42:29 -0500 |
commit | 912ce0966c42f126d7a37c88e442e16a30308415 (patch) | |
tree | cd17b5f93c57f7ef6b17c99f776503d5ddf3803b /.rustfmt.toml | |
download | corgi-912ce0966c42f126d7a37c88e442e16a30308415.tar.gz corgi-912ce0966c42f126d7a37c88e442e16a30308415.zip |
works :)
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 |