keep indent level for all modes by default
This commit is contained in:
parent
b4f799770a
commit
300ae2d757
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ var Mode = function() {
|
|||
};
|
||||
|
||||
this.getNextLineIndent = function(state, line, tab) {
|
||||
return "";
|
||||
return this.$getIndent(line);
|
||||
};
|
||||
|
||||
this.checkOutdent = function(state, line, input) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue