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 26, 2023
1 parent c115110 commit 1a35e4a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ _None_

## Checklist before requesting a review

- [ ] I have performed a self-review of my code
- [ ] I have performed a self-review of my code.
- [ ] If it is a core feature, I have added thorough tests.
- [ ] I have checked that affected pages are responsive.
- [ ] I have checked that there are no z-index issues on affected pages.
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 1a35e4a

Please sign in to comment.