2024-05-12 11:31:53 -05:00
|
|
|
{
|
|
|
|
|
"trailing-spaces.trimOnSave": true,
|
|
|
|
|
"trailing-spaces.syntaxIgnore": [
|
|
|
|
|
"md",
|
2024-05-15 07:02:32 -05:00
|
|
|
"markdn",
|
2024-05-12 11:31:53 -05:00
|
|
|
"markdown"
|
|
|
|
|
],
|
|
|
|
|
"workbench.colorTheme": "Night Owl (No Italics)",
|
|
|
|
|
"workbench.iconTheme": null,
|
|
|
|
|
"editor.lightbulb.enabled": "off",
|
|
|
|
|
"editor.matchBrackets": "never",
|
|
|
|
|
"editor.hover.above": false,
|
|
|
|
|
"editor.hover.delay": 3500,
|
|
|
|
|
"editor.detectIndentation": false,
|
|
|
|
|
"typescript.disableAutomaticTypeAcquisition": true,
|
|
|
|
|
"editor.hover.enabled": false,
|
|
|
|
|
"editor.parameterHints": false,
|
|
|
|
|
"workbench.editor.wrapTabs": true,
|
|
|
|
|
"editor.rulers": [
|
|
|
|
|
125
|
|
|
|
|
],
|
|
|
|
|
"explorer.autoReveal": false,
|
2024-05-15 07:02:32 -05:00
|
|
|
"git.confirmSync": false,
|
|
|
|
|
"files.trimTrailingWhitespace": true
|
2024-05-12 11:31:53 -05:00
|
|
|
}
|