Skip to content

Commit

Permalink
chore(vscode): add scss default formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Apr 30, 2024
1 parent a7eb716 commit bf2b69c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[scss]": {
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter"
},
"npm.exclude": "**/{dist,tmp}{,/**}",
"npm.scriptExplorerExclude": [
"install",
Expand Down

0 comments on commit bf2b69c

Please sign in to comment.