Skip to content

Commit

Permalink
(chore) vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dreyliky committed Jan 4, 2023
1 parent 68be17a commit 0b1f472
Showing 1 changed file with 22 additions and 32 deletions.
54 changes: 22 additions & 32 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,23 @@
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Material Theme High Contrast",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.updateImportsOnFileMove.enabled": "always",
"explorer.compactFolders": false,
"explorer.confirmDragAndDrop": false,
"window.zoomLevel": 1,
"workbench.sideBar.location": "left",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true
},
"editor.tabSize": 4,
"editor.insertSpaces": true,
"eslint.options": {
"extensions": [".ts", ".html"]
},
"diffEditor.ignoreTrimWhitespace": false,
"editor.detectIndentation": false,
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"typescript.inlayHints.parameterNames.enabled": "all",
"editor.inlayHints.enabled": false,
"angular.view-engine": false,
"[markdown]": {
"editor.wordWrap": "off"
},
"editor.guides.bracketPairs": true,
"cSpell.enabled": true
}
"git.enableSmartCommit": true,
"git.confirmSync": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.updateImportsOnFileMove.enabled": "always",
"explorer.compactFolders": false,
"explorer.confirmDragAndDrop": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true
},
"editor.tabSize": 4,
"editor.insertSpaces": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.detectIndentation": false,
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"angular.view-engine": false,
"[markdown]": {
"editor.wordWrap": "off"
},
"editor.guides.bracketPairs": true
}

0 comments on commit 0b1f472

Please sign in to comment.