aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-03 16:20:45 +0000
committerFuwn <[email protected]>2021-05-03 16:20:45 +0000
commit262d59d7b3bcfda94d333d1acc8ed1a505df1c0f (patch)
tree4fdcc0ae5df1bf4c0713eeb7d4bf712c812c3ec7 /rustfmt.toml
parentdocs(readme): add development prerequisites (diff)
downloadwhirl-262d59d7b3bcfda94d333d1acc8ed1a505df1c0f.tar.xz
whirl-262d59d7b3bcfda94d333d1acc8ed1a505df1c0f.zip
feat(db): use diesel instead of sqlx, implement database tests
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 6a5c54c..74ad3a4 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -8,6 +8,7 @@ force_multiline_blocks = true
format_code_in_doc_comments = true
format_macro_matchers = true
format_strings = true
+ignore = ["src/db/schema.rs"]
imports_layout = "HorizontalVertical"
license_template_path = ".license_template"
match_arm_blocks = false