Skip to content
Closed
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"redhat.vscode-yaml"
]
}
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"yaml.format.singleQuote": false,
"yaml.format.enable": true,
"yaml.format.bracketSpacing": true,
"yaml.format.printWidth": 1000,
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.defaultFormatter": "redhat.vscode-yaml",
"editor.formatOnSave": true
}
}
Loading