Skip to content

Commit b63cd39

Browse files
committed
VS Code: Set default formatter for GitHub Actions files
1 parent e00c361 commit b63cd39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"[markdown]": {
1212
"editor.formatOnSave": false,
1313
"editor.formatOnPaste": false
14+
},
15+
"[github-actions-workflow]": {
16+
"editor.defaultFormatter": "redhat.vscode-yaml"
1417
}
1518
}

0 commit comments

Comments
 (0)