From 790488644a9f0ff658f8f07a39ee9ac450874598 Mon Sep 17 00:00:00 2001 From: mattpass Date: Tue, 7 Jul 2020 15:09:21 +0100 Subject: [PATCH] Prettier formatting now using tabs vs spaces & size --- assets/js/icecoder.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {