update
This commit is contained in:
27
.obsidian/plugins/restore-tab-key/data.json
vendored
Normal file
27
.obsidian/plugins/restore-tab-key/data.json
vendored
Normal 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
|
||||
}
|
Reference in New Issue
Block a user