diff options
author | Shav Kinderlehrer <[email protected]> | 2024-03-05 23:34:55 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-03-05 23:34:55 -0500 |
commit | 022574877dbabc1fbb386dc3b59765de528107c9 (patch) | |
tree | e662b3808cd9903ecb76d6a61029ac69de701aa8 /rustfmt.toml | |
download | molehole-022574877dbabc1fbb386dc3b59765de528107c9.tar.gz molehole-022574877dbabc1fbb386dc3b59765de528107c9.zip |
Initial commit
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..df99c69 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +max_width = 80 |