mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure auto-indent honours the spaces/tabs config setting. Fixes #2780
This commit is contained in:
committed by
Dave Page
parent
ce5f5015b3
commit
0cb57848f8
@@ -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
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user