diff options
| -rw-r--r-- | .editorconfig | 3 | ||||
| -rw-r--r-- | .license_template | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig index 2afd2ac..9d08a1a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,3 @@ 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 e3d7d50..8ea4370 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
\ No newline at end of file +// SPDX-License-Identifier: GPL-3.0-only |