Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ranodeepbanerjee authored Oct 12, 2022
1 parent f4b4984 commit 341b4dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
"eslint.format.enable": true,
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"css.validate": false,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 120
"editor.codeActionsOnSave": {
"source.fixAll": true
},
Expand Down

0 comments on commit 341b4dc

Please sign in to comment.