Skip to content

Commit 06c089b

Browse files
committed
Added yml to the .editorconfig
1 parent a6f6ee2 commit 06c089b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
root = true
22

3-
[*.{c,h,txt,md}]
3+
[*.{c,h,txt,md,yml}]
44

55
indent_size = 2
66
indent_style = space

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ body:
3737
- type: textarea
3838
attributes:
3939
label: Images
40-
description: Please upload images that can be used to reproduce issues in the area below. If the file type is not supported the file can be zipped and then uploaded instead.
40+
description: Please upload images that can be used to reproduce issues in the area below. If the file type is not supported the file can be zipped and then uploaded instead.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ blank_issues_enabled: false
22
contact_links:
33
- name: Ask question
44
url: https://github.com/ImageMagick/ImageMagick6/discussions/new
5-
about: Ask a question about this project.
5+
about: Ask a question about this project.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
certificate: '${{ secrets.CERTIFICATE }}'
121121
folder: 'ImageMagick-Windows6\VisualMagick\installer\output'
122-
122+
123123
- uses: actions/upload-artifact@v2
124124
with:
125125
name: installers
@@ -148,7 +148,7 @@ jobs:
148148
run: |
149149
cd %GITHUB_WORKSPACE%\ImageMagick-Windows6
150150
7z a ImageMagick6-Windows.7z .\source\*
151-
151+
152152
- uses: actions/upload-artifact@v2
153153
with:
154154
name: ImageMagick-Windows6

0 commit comments

Comments
 (0)