ucap-lg-mockup/.vscode/settings.json
Park Byung Eun b7111951df init 0428
2020-04-28 21:09:35 +09:00

15 lines
370 B
JSON

{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.autoClosingBrackets": "languageDefined",
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.watcherExclude": {
"**/dist": true
},
"debug.node.autoAttach": "off"
}