run auto fix lint

This commit is contained in:
Olivier Gagnon
2021-04-29 23:52:56 -04:00
parent 77cb63e36a
commit 3fad505096
183 changed files with 1547 additions and 1546 deletions
+3 -3
View File
@@ -209,7 +209,7 @@ class CodeMirrorEditorWrapper extends ScriptEditor {
return item.match(regex);
})).sort(),
from: CodeMirror.Pos(cursor.line, start),
to: CodeMirror.Pos(cursor.line, end)
to: CodeMirror.Pos(cursor.line, end),
};
return result;
@@ -412,7 +412,7 @@ class CodeMirrorEditorWrapper extends ScriptEditor {
}
return ret;
}
},
};
if (showInvisiblesChkBox.checked) {
@@ -452,7 +452,7 @@ class CodeMirrorEditorWrapper extends ScriptEditor {
},
"Shift-Tab": function (cm) {
cm.indentSelection("subtract");
}
},
});
} else {
this.editor.removeKeyMap("soft-tabs-keymap");