Skip to content

Commit

Permalink
set bracketSpacing to true in yaml format settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmrts committed Nov 21, 2024
1 parent a537b91 commit 1ea16ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"yaml.format.singleQuote": true,
"yaml.format.enable": true,
"yaml.format.bracketSpacing": true,
"yaml.format.printWidth": 1000,
"[yaml]": {
"editor.insertSpaces": true,
Expand Down

0 comments on commit 1ea16ba

Please sign in to comment.