Skip to content

Commit

Permalink
style: Update formatter styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed May 19, 2022
1 parent 40056b9 commit 531011a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{
"files": [
"*.json",
"*.jsonc",
".prettierrc"
],
"options": {
Expand All @@ -17,6 +18,7 @@
"files": [
"*.css",
"*.less",
"*.sass",
"*.scss"
],
"options": {
Expand Down
12 changes: 6 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand All @@ -32,12 +38,6 @@
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"todo-tree.filtering.excludeGlobs": [
"**/*.map",
"**/*.min.*",
Expand Down

0 comments on commit 531011a

Please sign in to comment.