Skip to content

Commit 550746b

Browse files
committed
Update default indent to use spaces instead of tabs
1 parent 1d1eedc commit 550746b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

public/js/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ var editor = CodeMirror.fromTextArea(textit, {
369369
showCursorWhenSelecting: true,
370370
highlightSelectionMatches: true,
371371
indentUnit: 4,
372-
indentWithTabs: true,
373372
continueComments: "Enter",
374373
theme: "one-dark",
375374
inputStyle: "textarea",

0 commit comments

Comments
 (0)