diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 27acfd1a2..f0cebd6fd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,12 +4,11 @@ "**/.svn": true, "**/.hg": true, "**/CVS": true, - "**/.DS_Store": true, + "**/.DS_Store": true }, "editor.formatOnSave": true, "editor.detectIndentation": false, - "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false, - "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true, "search.usePCRE2": true, "typescript.tsdk": "node_modules/typescript/lib", -}
\ No newline at end of file + "editor.defaultFormatter": "esbenp.prettier-vscode" +} |
