Skip to content

Commit

Permalink
format masterlist
Browse files Browse the repository at this point in the history
add vscode settings and extension recommendations for yaml formatting
  • Loading branch information
nnmrts committed Nov 20, 2024
1 parent 662406e commit 52dfba3
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 76 deletions.
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"
]
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"yaml.format.singleQuote": true,
"yaml.format.enable": true
}
Loading

0 comments on commit 52dfba3

Please sign in to comment.