diff options
author | mash <mashedcode@users.noreply.github.com> | 2018-06-29 15:41:02 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-06-29 18:38:22 +0200 |
commit | 28018e89222d0d02dbb9f662cbe8a9c190b0a9de (patch) | |
tree | 3633418abab0c62dad0bafd23e2d51cc7bff0e9b | |
parent | 8228ec4c058f5ec21afd0ae2b62b86e922f9befd (diff) | |
download | askama-28018e89222d0d02dbb9f662cbe8a9c190b0a9de.tar.gz askama-28018e89222d0d02dbb9f662cbe8a9c190b0a9de.tar.bz2 askama-28018e89222d0d02dbb9f662cbe8a9c190b0a9de.zip |
Remove rustfmt.toml
Diffstat (limited to '')
-rw-r--r-- | rustfmt.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index e00247e..0000000 --- a/rustfmt.toml +++ /dev/null @@ -1,4 +0,0 @@ -brace_style = "PreferSameLine" -fn_args_density = "Compressed" -match_block_trailing_comma = true -use_try_shorthand = true |