aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 13:23:35 -0700
committerFuwn <[email protected]>2021-04-26 13:23:35 -0700
commit76459666e2781bc7f439c8ec40e3a8d2fd025968 (patch)
tree1b46f98b95dc9086ad4e9ade28729865b9b47fb3 /rustfmt.toml
parentetc: Update license date Regex (diff)
downloadwhirl-76459666e2781bc7f439c8ec40e3a8d2fd025968.tar.xz
whirl-76459666e2781bc7f439c8ec40e3a8d2fd025968.zip
etc: Prepend license identifier to *most* files
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 8e9ff7a..de1e0ce 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"