31 lines
1015 B
JSON
31 lines
1015 B
JSON
{
|
|
"workbench.iconTheme": "vscode-icons",
|
|
"workbench.colorTheme": "One Dark Pro",
|
|
"prettier.printWidth": 120,
|
|
"prettier.singleQuote": true,
|
|
"editor.hover.enabled": "on",
|
|
"editor.wordWrap": "on",
|
|
"explorer.confirmDelete": false,
|
|
"explorer.confirmDragAndDrop": false,
|
|
"editor.quickSuggestionsDelay": 600,
|
|
"editor.tabSize": 2,
|
|
"editor.formatOnSave": true,
|
|
"emmet.includeLanguages": {
|
|
"javascript": "javascriptreact",
|
|
"ejs": "html"
|
|
},
|
|
"html.format.unformatted": "wbr,%",
|
|
"files.associations": {
|
|
"*.ejs": "html"
|
|
},
|
|
"editor.fontFamily": "'MesloLGS NF', Hack, Consolas, 'Courier New', monospace",
|
|
"oneDarkPro.markdownStyle": false,
|
|
"explorer.compactFolders": false,
|
|
"workbench.editor.labelFormat": "short",
|
|
"editor.hover.delay": 800,
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.guides.bracketPairs": "active",
|
|
"markdown.marp.themes": ["./.vscode/marp-theme.css"],
|
|
"markdown-preview-github-styles.colorTheme": "light"
|
|
}
|