{
"liveServer.settings.port": 8080,
"editor.fontSize": 16,
"editor.tabSize": 2,
"miramac.node.clearOutput": true,
"git-autoconfig.configList": [
{
"user.email": "rockecstasy@yahoo.com.tw",
"user.name": "che.lin"
}
],
"workbench.colorTheme": "Solarized Dark",
"terminal.integrated.shell.windows": "D:\\Git\\bin\\bash.exe",
"projectManager.vscode.baseFolders": [
"D:\\VS Code Project"
],
"workbench.iconTheme": "vscode-icons",
"blueprint.templatesPath": [
"./blueprint-templates",
"../blueprint-templates",
"./.vscode/blueprint-templates",
"../.vscode/blueprint-templates"
],
"prettier.semi": false,
"prettier.singleQuote": true,
"editor.formatOnSave": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"vue-html": "html",
"razor": "html",
"plaintext": "jade"
},
"emmet.triggerExpansionOnTab": true
}