diff options
| author | Fuwn <[email protected]> | 2021-06-15 17:13:40 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-15 17:13:40 +0000 |
| commit | 41134233ce5e2a000df3ee6f0a97997a9c52848f (patch) | |
| tree | ea5e04759318155cfec4b2825d88316ee82b32dd | |
| parent | Merge pull request #45 from Whirlsplash/renovate/rand-0.x (diff) | |
| download | whirl-41134233ce5e2a000df3ee6f0a97997a9c52848f.tar.xz whirl-41134233ce5e2a000df3ee6f0a97997a9c52848f.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.
| -rw-r--r-- | .editorconfig | 3 | ||||
| -rw-r--r-- | .license_template | 2 |
2 files changed, 4 insertions, 1 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 diff --git a/.license_template b/.license_template index 8ea4370..e3d7d50 100644 --- a/.license_template +++ b/.license_template @@ -1,2 +1,2 @@ // Copyright (C) {20\d{2}(-20\d{2})?} The Whirlsplash Collective -// SPDX-License-Identifier: GPL-3.0-only +// SPDX-License-Identifier: GPL-3.0-only
\ No newline at end of file |