From c5ae59784cd3942e2cb302f819e8911c4d431fa8 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sun, 5 Sep 2021 09:11:19 +0200 Subject: [PATCH] Added yml to the .editorconfig --- .editorconfig | 2 +- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/workflows/release.yml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index a03728a2d5..5b8438cb9b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{c,h,txt,md}] +[*.{c,h,txt,md,yml}] indent_size = 2 indent_style = space diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 1a7b68e1b6..cb864ae13f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -37,4 +37,4 @@ body: - type: textarea attributes: label: Images - 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. \ No newline at end of file + 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. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b057341eaf..041ac6bc0b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: false contact_links: - name: Ask question url: https://github.com/ImageMagick/ImageMagick/discussions/category_choices - about: Ask a question about this project. \ No newline at end of file + about: Ask a question about this project. diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index b8a209801b..3e6518b1d4 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -18,4 +18,4 @@ body: - type: textarea attributes: label: Additional context - description: Add any other context or screenshots about the feature request here. \ No newline at end of file + description: Add any other context or screenshots about the feature request here. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46c8a242c5..507b035839 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,7 +120,7 @@ jobs: with: certificate: '${{ secrets.CERTIFICATE }}' folder: 'ImageMagick-Windows\VisualMagick\installer\output' - + - uses: actions/upload-artifact@v2 with: name: installers @@ -149,7 +149,7 @@ jobs: run: | cd %GITHUB_WORKSPACE%\ImageMagick-Windows 7z a ImageMagick-Windows.7z .\source\* - + - uses: actions/upload-artifact@v2 with: name: ImageMagick-Windows @@ -259,4 +259,4 @@ jobs: - uses: actions/upload-artifact@v2 with: name: 'ImageMagick-${{steps.package.outputs.version}}-portable-${{matrix.quantum}}${{matrix.hdri_flag}}-${{matrix.platform}}' - path: portable \ No newline at end of file + path: portable