Skip to content

Commit

Permalink
add more settings for yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmrts committed Nov 20, 2024
1 parent 52dfba3 commit 83d3947
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"yaml.format.singleQuote": true,
"yaml.format.enable": true
"yaml.format.enable": true,
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.defaultFormatter": "redhat.vscode-yaml"
}
}

0 comments on commit 83d3947

Please sign in to comment.