Files
lnx-arch/dots/vscodium/settings.json
committer 666c4aea38 u
2024-05-19 15:40:52 -05:00

25 lines
720 B
JSON

{
"trailing-spaces.trimOnSave": true,
"trailing-spaces.syntaxIgnore": [
"md",
" markdn",
"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,
"git.confirmSync": false,
"files.trimTrailingWhitespace": true
}