mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-06 16:46:48 +01:00
Prettier formatting now using tabs vs spaces & size
This commit is contained in:
@@ -2023,7 +2023,9 @@ var ICEcoder = {
|
||||
this.getThisCM().getValue(),
|
||||
{
|
||||
parser: parser,
|
||||
plugins: prettierPlugins
|
||||
plugins: prettierPlugins,
|
||||
tabWidth: this.indentSize,
|
||||
useTabs: this.indentWithTabs
|
||||
}
|
||||
));
|
||||
} catch(err) {
|
||||
|
||||
Reference in New Issue
Block a user