From 0ef0f74f9cbb6680522b9b65dd2f035f9b34077f Mon Sep 17 00:00:00 2001 From: Yaraslau Tamashevich Date: Wed, 3 Jul 2024 08:01:54 +0300 Subject: [PATCH] Fix editorconfig --- .github/CODEOWNERS | 1 - .github/ISSUE_TEMPLATE/general.md | 1 - .github/ci-ppa/dput.cf | 1 - .github/mock-font-locator.yml | 1 - .github/workflows/codeql-analysis.yml.disabled | 1 - CODE_OF_CONDUCT.md | 1 - autogen.sh | 1 - examples/CMakeLists.txt | 1 - metainfo.xml | 1 - scripts/ci-set-vars.sh | 1 - src/crispy/CMakeLists.txt | 1 - test/origin-mode-and-margins.sh | 1 - 12 files changed, 12 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 134bb8a1b9..8f40cd49d0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,4 +6,3 @@ /.github/codechecker/ @whisperity /.github/workflows/*codechecker* @whisperity cmake/ @data-man - diff --git a/.github/ISSUE_TEMPLATE/general.md b/.github/ISSUE_TEMPLATE/general.md index a6868c47d6..707d24b9f5 100644 --- a/.github/ISSUE_TEMPLATE/general.md +++ b/.github/ISSUE_TEMPLATE/general.md @@ -2,4 +2,3 @@ name: General feedback about: General feedback about the Contour Terminal Emulator --- - diff --git a/.github/ci-ppa/dput.cf b/.github/ci-ppa/dput.cf index 9cf40e55b2..3567a2c214 100644 --- a/.github/ci-ppa/dput.cf +++ b/.github/ci-ppa/dput.cf @@ -10,4 +10,3 @@ fqdn = ppa.launchpad.net method = ftp incoming = ~christianparpart/contour-dev login = anonymous - diff --git a/.github/mock-font-locator.yml b/.github/mock-font-locator.yml index 6c18003b2f..2718d360a3 100644 --- a/.github/mock-font-locator.yml +++ b/.github/mock-font-locator.yml @@ -7,4 +7,3 @@ mock_font_locator: # That would be it for macOS # - { family: "monospace", slant: normal, weight: normal, path: "/Users/trapni/Library/Fonts/JetBrains Mono Regular Nerd Font Complete Mono.ttf" } # - { family: "emoji", slant: normal, weight: normal, path: "/System/Library/Fonts/Apple Color Emoji.ttc" } - diff --git a/.github/workflows/codeql-analysis.yml.disabled b/.github/workflows/codeql-analysis.yml.disabled index 14a0d613f9..1029940963 100644 --- a/.github/workflows/codeql-analysis.yml.disabled +++ b/.github/workflows/codeql-analysis.yml.disabled @@ -55,4 +55,3 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 - diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b52fef493a..879f8d35b1 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -130,4 +130,3 @@ For answers to common questions about this code of conduct, see the FAQ at [Mozilla CoC]: https://github.com/mozilla/diversity [FAQ]: https://www.contributor-covenant.org/faq [translations]: https://www.contributor-covenant.org/translations - diff --git a/autogen.sh b/autogen.sh index 42ea64bae5..cbed2fc22b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -67,4 +67,3 @@ exec cmake "${ROOTDIR}" \ ${EXTRA_CMAKE_FLAGS} \ -B "${BUILD_DIR}" \ -GNinja - diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 7990195293..667bdf1a58 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -4,4 +4,3 @@ if(LIBTERMINAL_TESTING) target_link_libraries(watch-mouse-events fmt::fmt-header-only vtbackend) endif() endif() - diff --git a/metainfo.xml b/metainfo.xml index 7f164f3983..e6801a26cc 100644 --- a/metainfo.xml +++ b/metainfo.xml @@ -777,4 +777,3 @@ - diff --git a/scripts/ci-set-vars.sh b/scripts/ci-set-vars.sh index d03c8dbb60..b52d993bc5 100755 --- a/scripts/ci-set-vars.sh +++ b/scripts/ci-set-vars.sh @@ -50,4 +50,3 @@ echo "RELEASENAME_SUFFIX=${SUFFIX}" >> "$GITHUB_OUTPUT" echo "${RELEASEBODY}" >release-body.md echo "${RELEASEBODY}" - diff --git a/src/crispy/CMakeLists.txt b/src/crispy/CMakeLists.txt index c23d3ff6c7..4ac213bbb2 100644 --- a/src/crispy/CMakeLists.txt +++ b/src/crispy/CMakeLists.txt @@ -141,4 +141,3 @@ target_link_libraries(crispy_test fmt::fmt-header-only range-v3::range-v3 Catch2 add_test(crispy_test ./crispy_test) endif() message(STATUS "[crispy] Compile unit tests: ${CRISPY_TESTING}") - diff --git a/test/origin-mode-and-margins.sh b/test/origin-mode-and-margins.sh index a3db5d73ae..3e3da316cd 100755 --- a/test/origin-mode-and-margins.sh +++ b/test/origin-mode-and-margins.sh @@ -7,4 +7,3 @@ echo -ne "\033[5;15s" # left/right margin echo -ne "\033[5;15r" # top/bottom margin echo -ne "\033[?6h" # enable Origin mode -