diff options
| author | Fuwn <[email protected]> | 2021-05-17 10:18:40 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-17 10:18:40 +0000 |
| commit | d240b2df7e7d52c5034faa8886084ea3665d46c3 (patch) | |
| tree | a21d8d68e6493b75719330cbadbda48b64cc6475 /rustfmt.toml | |
| parent | refactor(global): even more modules becoming crates (diff) | |
| download | whirl-d240b2df7e7d52c5034faa8886084ea3665d46c3.tar.xz whirl-d240b2df7e7d52c5034faa8886084ea3665d46c3.zip | |
style(global): cargo formatting
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 2 |
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 |