diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-11 13:59:32 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-11 13:59:32 -0700 |
commit | cd8e09fcb6ee0a1b23c0bd57d0f097f99fd6d828 (patch) | |
tree | fbd5c91c576a2fce2c44cfe36e5754b69aedc046 /rust/fatcat-api/rustfmt.toml | |
parent | 0dc872921023030f6ffd320eb038e5379b47fa53 (diff) | |
download | fatcat-cd8e09fcb6ee0a1b23c0bd57d0f097f99fd6d828.tar.gz fatcat-cd8e09fcb6ee0a1b23c0bd57d0f097f99fd6d828.zip |
refactor fatcat-api => fatcat-api-spec
Diffstat (limited to 'rust/fatcat-api/rustfmt.toml')
-rw-r--r-- | rust/fatcat-api/rustfmt.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rust/fatcat-api/rustfmt.toml b/rust/fatcat-api/rustfmt.toml deleted file mode 100644 index cba42c2b..00000000 --- a/rust/fatcat-api/rustfmt.toml +++ /dev/null @@ -1,5 +0,0 @@ -# 'ignore' requires nightly rust -#ignore = ['src/server.rs'] - -# For now just make the width really wide -max_width = 200 |