Skip to content

Commit

Permalink
Normalize schema XML-identation via vscode settings in the repo. (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoalexdiaz authored Jan 10, 2025
1 parent 5df6b56 commit c5e5d49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"[xml]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.detectIndentation": false
},
"cSpell.words": [
"ASHRAE",
"CMAP",
Expand Down

0 comments on commit c5e5d49

Please sign in to comment.