diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-12-18 13:40:06 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-12-18 13:40:06 -0500 |
commit | 3746208a1fbc71d104fc04bd50a54921ac8eca90 (patch) | |
tree | 3e654d1e93ebc157dd01e37e66c80452d1951d54 | |
parent | 7a80df9cce73e0515cdb40410e21329fdc361ee6 (diff) |
Configure rustfmt
-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..5c8d931 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +max_width = 80
\ No newline at end of file |