Skip to content

Commit

Permalink
Add JSON formatting settings to VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed Sep 27, 2023
1 parent 05a06af commit 870031a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
"javascript.format.semicolons": "insert",
"javascript.preferences.quoteStyle": "single",
"[javascript][json][jsonc]": {
"[javascript]": {
"editor.formatOnSave": true,
},

"json.format.enable": true,
"json.format.keepLines": true,
"[json][jsonc]": {
"editor.formatOnSave": true,
},
}

0 comments on commit 870031a

Please sign in to comment.