Skip to content

Commit

Permalink
Always detect indentation in yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
sturnclaw committed Feb 3, 2025
1 parent 305d7cb commit 586b518
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
build_slug: linux-x64-release
token: ${{ secrets.GITHUB_TOKEN }}
upload_release: true
tag_name: ${{ inputs.tag_name }}
tag_name: ${{ inputs.tag_name }}

build-clang:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -205,4 +205,4 @@ jobs:
build_slug: linux-x64-release-appimage
token: ${{ secrets.GITHUB_TOKEN }}
upload_release: true
tag_name: ${{ inputs.tag_name }}
tag_name: ${{ inputs.tag_name }}
3 changes: 3 additions & 0 deletions pioneer-default.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"[json]": {
"editor.detectIndentation": true,
},
"[yaml]": {
"editor.detectIndentation": true,
},
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"editor.tabSize": 4,
Expand Down

0 comments on commit 586b518

Please sign in to comment.