editorconfig + vscode settings
This commit is contained in:
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
# Editor configuration, see http://editorconfig.org
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
max_line_length = off
|
||||
trim_trailing_whitespace = false
|
||||
19
vscode/settings.json
Normal file
19
vscode/settings.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user