Prettier formatting now using tabs vs spaces & size

This commit is contained in:
mattpass
2020-07-07 15:09:21 +01:00
parent 134f3de3c9
commit 790488644a

View File

@@ -2023,7 +2023,9 @@ var ICEcoder = {
this.getThisCM().getValue(),
{
parser: parser,
plugins: prettierPlugins
plugins: prettierPlugins,
tabWidth: this.indentSize,
useTabs: this.indentWithTabs
}
));
} catch(err) {