27 lines
1.1 KiB
JSON
27 lines
1.1 KiB
JSON
{
|
||
"indentsIfSelection": true,
|
||
"indentsIfSelectionOnlyForMultipleLines": true,
|
||
"useSpaces": false,
|
||
"alignSpaces": true,
|
||
"useHardSpace": false,
|
||
"spacesCount": 2,
|
||
"allowException": false,
|
||
"exceptionRegex": "^[\\s ]*(-|\\d+\\.)( \\[ \\])?\\s*$",
|
||
"useAdvancedTables": false,
|
||
"obsidianTableEditor": true,
|
||
"useOutlinerBetterTab": true,
|
||
"hotkey": "Shift-Tab",
|
||
"language": "auto",
|
||
"developerMode": false,
|
||
"enableBracesAutoIndent": true,
|
||
"braceCodeSetOpen": "[\"\\\\{$\", \"\\\\[$\", \"\\\\($\", \"\\\"$\", \"'$\", \"`$\"]",
|
||
"braceCodeSetClose": "[\"^\\\\}\", \"^\\\\]\", \"^\\\\)\", \"^\\\"\", \"^'\", \"^`\"]",
|
||
"braceMarkdownSetOpen": "[\"\\\\{$\", \"\\\\[$\", \"\\\\($\", \"\\\"$\", \"'$\", \"\\\\$\\\\$$\", \"<.+>$\", \"¡$\", \"¿$\"]",
|
||
"braceMarkdownSetClose": "[\"^\\\\}\", \"^\\\\]\", \"^\\\\)\", \"^\\\"\", \"^'\", \"^\\\\$\\\\$\", \"^<\\\\/\\\\w+>\", \"^!\", \"^?\"]",
|
||
"indentCharacters": " \t",
|
||
"activateInCodeBlocks": false,
|
||
"activateInLists": false,
|
||
"activateInTables": false,
|
||
"activateInInlineCode": true,
|
||
"activateInOthers": false
|
||
} |