diff options
author | Sunil Nimmagadda <sunil@nimmagadda.net> | 2024-11-24 10:21:14 +0530 |
---|---|---|
committer | Sunil Nimmagadda <sunil@nimmagadda.net> | 2024-11-24 10:21:14 +0530 |
commit | 86db852b18229aa1277627ea5f3f13fa71040ed3 (patch) | |
tree | 6a9947e33f315b9ee9632d6bee75b1ba7eb71153 /rustfmt.toml | |
parent | f2f82afcc47ecf2895d6292751309c7c3a8a8e65 (diff) |
Let's stick to 80 line length.
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 |