dotfiles/dot_var/app/com.vscodium.codium/config/private_VSCodium/User/settings.json

19 lines
485 B
JSON
Raw Normal View History

2025-02-17 16:38:03 +01:00
{
"redhat.telemetry.enabled": true,
"git.enableSmartCommit": true,
"git.autofetch": true,
"git.confirmSync": false,
"markdown-preview-enhanced.enablePreviewZenMode": false,
"markdown-preview-enhanced.mathInlineDelimiters": [
[
"$",
"$"
],
[
"\\(",
"\\)"
]
],
"markmap.defaultOptions": "{\n\t\"colorFreezeLevel\": 3,\n\t\"maxWidth\": 300,\n\t\"initialExpandLevel\": 3\n}"
}