diff --git a/assets/js/icecoder.js b/assets/js/icecoder.js index f91c67d..cf16687 100644 --- a/assets/js/icecoder.js +++ b/assets/js/icecoder.js @@ -2023,7 +2023,9 @@ var ICEcoder = { this.getThisCM().getValue(), { parser: parser, - plugins: prettierPlugins + plugins: prettierPlugins, + tabWidth: this.indentSize, + useTabs: this.indentWithTabs } )); } catch(err) {