mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
Update default indent to use spaces instead of tabs
This commit is contained in:
parent
1d1eedce7e
commit
550746b70e
1 changed files with 0 additions and 1 deletions
|
@ -369,7 +369,6 @@ var editor = CodeMirror.fromTextArea(textit, {
|
|||
showCursorWhenSelecting: true,
|
||||
highlightSelectionMatches: true,
|
||||
indentUnit: 4,
|
||||
indentWithTabs: true,
|
||||
continueComments: "Enter",
|
||||
theme: "one-dark",
|
||||
inputStyle: "textarea",
|
||||
|
|
Loading…
Reference in a new issue