diff options
| author | Fuwn <[email protected]> | 2022-03-07 21:39:02 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-07 21:39:02 +0000 |
| commit | 916abba26b4046a993e5b4e97be4da2fdcf7fc93 (patch) | |
| tree | c96a6fe5b7344eea11055c96bc3a0803d4442546 /rustfmt.toml | |
| parent | chore(nix): remove (diff) | |
| download | api-worker-916abba26b4046a993e5b4e97be4da2fdcf7fc93.tar.xz api-worker-916abba26b4046a993e5b4e97be4da2fdcf7fc93.zip | |
chore: licensing
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 cdca26c..a1f79a9 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -9,7 +9,7 @@ format_code_in_doc_comments = true format_macro_matchers = true format_strings = true imports_layout = "HorizontalVertical" -# license_template_path = ".license_template" +license_template_path = ".license_template" match_arm_blocks = false imports_granularity = "Crate" newline_style = "Unix" |