Oscar Plaisant 62f0313af1 update
2024-09-20 21:31:23 +02:00

27 lines
1.1 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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
}