This commit is contained in:
Oscar Plaisant
2024-09-20 21:31:23 +02:00
parent 2a56343d56
commit 62f0313af1
412 changed files with 64451 additions and 81085 deletions

View File

@@ -0,0 +1,27 @@
{
"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
}