aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-15 17:13:40 -0700
committerFuwn <[email protected]>2021-06-15 17:13:40 -0700
commit35c6c003879e5eda2792fd478fdac8f6888a2ae5 (patch)
treec770901c717cb5868a97a73ef9287372533de0c1 /.editorconfig
parentMerge pull request #45 from Whirlsplash/renovate/rand-0.x (diff)
downloadwhirl-35c6c003879e5eda2792fd478fdac8f6888a2ae5.tar.xz
whirl-35c6c003879e5eda2792fd478fdac8f6888a2ae5.zip
style: fix license template reporting errors
I guess at some point I accidentally inserted a newline to the end of the `.license_template` file, don't know how I didn't notice until now but this commit fixes the errors that rustfmt would report.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 9d08a1a..2afd2ac 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,3 +7,6 @@ indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
+
+[.license_template]
+insert_final_newline = false