80 lines
2.2 KiB
JSON
80 lines
2.2 KiB
JSON
{
|
|
"workbench.colorTheme": "Gruvbox Dark Medium",
|
|
"git.autofetch": true,
|
|
"window.restoreWindows": "preserve",
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
"git.confirmSync": false,
|
|
"[css]": {
|
|
"editor.defaultFormatter": "mblode.pretty-formatter"
|
|
},
|
|
"explorer.confirmDelete": false,
|
|
"[shellscript]": {
|
|
"editor.defaultFormatter": "mkhl.shfmt"
|
|
},
|
|
"editor.tabSize": 2,
|
|
"explorer.confirmDragAndDrop": false,
|
|
"editor.stickyScroll.enabled": false,
|
|
"better-comments.tags": [
|
|
|
|
{
|
|
"tag": "!",
|
|
"color": "#ea6962",
|
|
"strikethrough": false,
|
|
"underline": false,
|
|
"backgroundColor": "transparent",
|
|
"bold": false,
|
|
"italic": false
|
|
},
|
|
{
|
|
"tag": "?",
|
|
"color": "#83b193",
|
|
"strikethrough": false,
|
|
"underline": false,
|
|
"backgroundColor": "transparent",
|
|
"bold": false,
|
|
"italic": false
|
|
},
|
|
{
|
|
"tag": "//",
|
|
"color": "#504945",
|
|
"strikethrough": true,
|
|
"underline": false,
|
|
"backgroundColor": "transparent",
|
|
"bold": false,
|
|
"italic": false
|
|
},
|
|
{
|
|
"tag": "todo",
|
|
"color": "#d8a657",
|
|
"strikethrough": false,
|
|
"underline": false,
|
|
"backgroundColor": "transparent",
|
|
"bold": false,
|
|
"italic": false
|
|
},
|
|
{
|
|
"tag": "@description:",
|
|
"color": "#a9b665",
|
|
"strikethrough": false,
|
|
"underline": false,
|
|
"backgroundColor": "transparent",
|
|
"bold": false,
|
|
"italic": false
|
|
},
|
|
{
|
|
"tag": "*",
|
|
"color": "#a9b665",
|
|
"strikethrough": false,
|
|
"underline": false,
|
|
"backgroundColor": "transparent",
|
|
"bold": false,
|
|
"italic": false
|
|
}
|
|
],
|
|
"git.enableSmartCommit": false,
|
|
"projectManager.git.baseFolders": [
|
|
"/home/jamie/dao"
|
|
],
|
|
"symbols.hidesExplorerArrows": false,
|
|
"workbench.iconTheme": "bearded-icons",
|
|
} |