diff options
| author | Fuwn <[email protected]> | 2021-06-15 17:49:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-15 17:49:01 -0700 |
| commit | e02b53ce0027a9b7be7f4ea46e8e67ab9e8d0468 (patch) | |
| tree | 8682f75730ea9ca21c6812be62e3faffa8842a13 | |
| parent | feat(prompt): create clear command (diff) | |
| download | whirl-e02b53ce0027a9b7be7f4ea46e8e67ab9e8d0468.tar.xz whirl-e02b53ce0027a9b7be7f4ea46e8e67ab9e8d0468.zip | |
revert: fix license template reporting errors
Issue came back, reverted commit, issue is gone...
| -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 |