Skip to content

Commit

Permalink
Fix editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaraslaut committed Jul 3, 2024
1 parent 25e4201 commit 0ef0f74
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
/.github/codechecker/ @whisperity
/.github/workflows/*codechecker* @whisperity
cmake/ @data-man

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
name: General feedback
about: General feedback about the Contour Terminal Emulator
---

1 change: 0 additions & 1 deletion .github/ci-ppa/dput.cf
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ fqdn = ppa.launchpad.net
method = ftp
incoming = ~christianparpart/contour-dev
login = anonymous

1 change: 0 additions & 1 deletion .github/mock-font-locator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

1 change: 0 additions & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 change: 0 additions & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,3 @@ exec cmake "${ROOTDIR}" \
${EXTRA_CMAKE_FLAGS} \
-B "${BUILD_DIR}" \
-GNinja

1 change: 0 additions & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ if(LIBTERMINAL_TESTING)
target_link_libraries(watch-mouse-events fmt::fmt-header-only vtbackend)
endif()
endif()

1 change: 0 additions & 1 deletion metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -777,4 +777,3 @@
</releases>

</component>

1 change: 0 additions & 1 deletion scripts/ci-set-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ echo "RELEASENAME_SUFFIX=${SUFFIX}" >> "$GITHUB_OUTPUT"

echo "${RELEASEBODY}" >release-body.md
echo "${RELEASEBODY}"

1 change: 0 additions & 1 deletion src/crispy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

1 change: 0 additions & 1 deletion test/origin-mode-and-margins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0ef0f74

Please sign in to comment.