feat: reshuffle files

This commit is contained in:
Jamie Albert
2025-11-12 01:11:54 +00:00
parent e58c120f62
commit 3ebb8c54f1
212 changed files with 483 additions and 160 deletions

View File

@@ -0,0 +1,78 @@
{
"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"
],
}