Skip to content

Commit

Permalink
chore(vscode): settings changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtian committed Dec 27, 2023
1 parent 7024e58 commit 6cf7b90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ dist
.angulardoc.json
.vscode/*
**/interfaces/*.ts
**/*.spec.ts
**/*.d.ts
**/*.html
**/functions/dist/*
**/angular.json
16 changes: 12 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@
"statusBar.foreground": "#ffffff"
},
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll": true
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"editor.tabSize": 2,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.updateImportsOnFileMove.enabled": "always",
"files.eol": "\r\n",
"files.encoding": "utf8",
"prettier.endOfLine": "lf",
"javascript.implicitProjectConfig.experimentalDecorators": true
"prettier.endOfLine": "lf"
}

0 comments on commit 6cf7b90

Please sign in to comment.