Ensure auto-indent honours the spaces/tabs config setting. Fixes #2780

This commit is contained in:
Murtuza Zabuawala
2017-10-16 15:37:03 +01:00
committed by Dave Page
parent ce5f5015b3
commit 0cb57848f8
8 changed files with 55 additions and 18 deletions

View File

@@ -1970,7 +1970,8 @@ define(
tabSize: pgBrowser.utils.tabSize,
wrapCode: pgBrowser.utils.wrapCode,
insert_pair_brackets: pgBrowser.utils.insertPairBrackets,
brace_matching: pgBrowser.utils.braceMatching
brace_matching: pgBrowser.utils.braceMatching,
indent_with_tabs: pgBrowser.utils.is_indent_with_tabs
}
});