use soft tabs by default
This commit is contained in:
parent
1a4f0cd054
commit
9f30177f6a
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ ace.Document = function(text, mode) {
|
|||
}
|
||||
};
|
||||
|
||||
this.$useSoftTabs = false;
|
||||
this.$useSoftTabs = true;
|
||||
this.setUseSoftTabs = function(useSoftTabs) {
|
||||
if (this.$useSoftTabs === useSoftTabs) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue