Computer Stuff
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"git.confirmSync": false,
|
||||
"explorer.confirmDelete": false,
|
||||
"[markdown]": {
|
||||
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
|
||||
},
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.minimap.enabled": false,
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features",
|
||||
},
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"editor.indentSize": "tabSize",
|
||||
"editor.tabSize": 2,
|
||||
"[cpp]": {
|
||||
"editor.defaultFormatter": "ms-vscode.cpptools",
|
||||
},
|
||||
"claudeCode.preferredLocation": "sidebar",
|
||||
"git.suggestSmartCommit": false,
|
||||
"chat.disableAIFeatures": true,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"workbench.colorTheme": "Dark Modern",
|
||||
"[java]": {
|
||||
"editor.defaultFormatter": "redhat.java",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user