editorconfig + vscode settings

This commit is contained in:
Niels Kooiman
2019-08-23 10:53:45 +02:00
commit 73f0c685ed
2 changed files with 32 additions and 0 deletions

19
vscode/settings.json Normal file
View File

@@ -0,0 +1,19 @@
{
"workbench.iconTheme": "vscode-icons",
"workbench.startupEditor": "newUntitledFile",
"editor.minimap.enabled": false,
"git.enableSmartCommit": true,
"workbench.editor.enablePreview": false,
"workbench.tree.indent": 16,
"powermode.enabled": true,
"powermode.presets": "magic",
"vsicons.dontShowNewVersionMessage": true,
"javascript.preferences.quoteStyle": "double",
"typescript.preferences.quoteStyle": "double",
"typescript.updateImportsOnFileMove.enabled": "always",
"window.zoomLevel": 0,
"terminal.explorerKind": "external",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"npm.enableScriptExplorer": true,
"editor.snippetSuggestions": "top"
}