Skip to content

Commit

Permalink
vscode formatting settings
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Apr 5, 2024
1 parent 619d30b commit b8af0a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"editor.formatOnSave": true
"editor.formatOnSave": true,
"[html]": {
"editor.formatOnSave": false
}
}
7 changes: 5 additions & 2 deletions test/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"editor.formatOnSave": true
}
"editor.formatOnSave": true,
"[html]": {
"editor.formatOnSave": false
}
}

0 comments on commit b8af0a3

Please sign in to comment.