Как вставить значение "\t" для параметра pretty в FileWatcher в Webstorm?
Просто --pretty без параметров работает. А как сделать табуляцию с помощью этого параметра, никак не могу разобраться...
В описании к pug написано следующее:
pretty: boolean | string
Adds whitespace to the resulting HTML to make it easier for a human to read using ' ' as indentation. If a string is specified, that will be used as indentation instead (e.g. '\t'). Defaults to false.