aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-17 10:18:40 -0700
committerFuwn <[email protected]>2021-05-17 10:18:40 -0700
commit5b38199a5b3464ac0a5ef2d221e178d05662d537 (patch)
tree92fc0e40ae616dca8a84b7efafca1f7b978a7b04 /rustfmt.toml
parentrefactor(global): even more modules becoming crates (diff)
downloadwhirl-5b38199a5b3464ac0a5ef2d221e178d05662d537.tar.xz
whirl-5b38199a5b3464ac0a5ef2d221e178d05662d537.zip
style(global): cargo formatting
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 74ad3a4..0c6a0b8 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -8,7 +8,7 @@ force_multiline_blocks = true
format_code_in_doc_comments = true
format_macro_matchers = true
format_strings = true
-ignore = ["src/db/schema.rs"]
+ignore = ["whirl_core/src/db/schema.rs"]
imports_layout = "HorizontalVertical"
license_template_path = ".license_template"
match_arm_blocks = false