mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 01:14:50 +00:00
Add smartIndent to codemirror (#3810)
* add smartIndent config to codemirror * add indentWithTabs config to codemirror * make default tabSize same value as indentUnit * make tab and enter do smart indentation
This commit is contained in:
committed by
Jeremy Ruston
parent
a6875df7ef
commit
41e338dc41
@@ -11,5 +11,7 @@ type: json
|
||||
"Alt-T": "transposeChars",
|
||||
"Alt-U": "undoSelection",
|
||||
"Shift-Alt-U": "redoSelection",
|
||||
"Cmd-U": ""
|
||||
"Cmd-U": "",
|
||||
"Tab": "indentAuto()",
|
||||
"Enter": "newLineAndIndent()"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user