Skip to content

Commit 0ef0f74

Browse files
committed
Fix editorconfig
1 parent 25e4201 commit 0ef0f74

File tree

12 files changed

+0
-12
lines changed

12 files changed

+0
-12
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
/.github/codechecker/ @whisperity
77
/.github/workflows/*codechecker* @whisperity
88
cmake/ @data-man
9-

.github/ISSUE_TEMPLATE/general.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
name: General feedback
33
about: General feedback about the Contour Terminal Emulator
44
---
5-

.github/ci-ppa/dput.cf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ fqdn = ppa.launchpad.net
1010
method = ftp
1111
incoming = ~christianparpart/contour-dev
1212
login = anonymous
13-

.github/mock-font-locator.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ mock_font_locator:
77
# That would be it for macOS
88
# - { family: "monospace", slant: normal, weight: normal, path: "/Users/trapni/Library/Fonts/JetBrains Mono Regular Nerd Font Complete Mono.ttf" }
99
# - { family: "emoji", slant: normal, weight: normal, path: "/System/Library/Fonts/Apple Color Emoji.ttc" }
10-

.github/workflows/codeql-analysis.yml.disabled

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,3 @@ jobs:
5555

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

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,3 @@ For answers to common questions about this code of conduct, see the FAQ at
130130
[Mozilla CoC]: https://github.com/mozilla/diversity
131131
[FAQ]: https://www.contributor-covenant.org/faq
132132
[translations]: https://www.contributor-covenant.org/translations
133-

autogen.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,3 @@ exec cmake "${ROOTDIR}" \
6767
${EXTRA_CMAKE_FLAGS} \
6868
-B "${BUILD_DIR}" \
6969
-GNinja
70-

examples/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ if(LIBTERMINAL_TESTING)
44
target_link_libraries(watch-mouse-events fmt::fmt-header-only vtbackend)
55
endif()
66
endif()
7-

metainfo.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,4 +777,3 @@
777777
</releases>
778778

779779
</component>
780-

scripts/ci-set-vars.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ echo "RELEASENAME_SUFFIX=${SUFFIX}" >> "$GITHUB_OUTPUT"
5050

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

0 commit comments

Comments
 (0)