diff options
Diffstat (limited to 'rust/fatcat-api/rustfmt.toml')
-rw-r--r-- | rust/fatcat-api/rustfmt.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/fatcat-api/rustfmt.toml b/rust/fatcat-api/rustfmt.toml new file mode 100644 index 00000000..cba42c2b --- /dev/null +++ b/rust/fatcat-api/rustfmt.toml @@ -0,0 +1,5 @@ +# 'ignore' requires nightly rust +#ignore = ['src/server.rs'] + +# For now just make the width really wide +max_width = 200 |