Для работы оформителя функций парсера (иконка ) добавьте строкой выше:
varatpCodeStyler=true;
Что ещё можно сделать?
Переопределить настройки по умолчанию:
// Show the template expander buttonvaratpTemplateExpander=true;// Show the code styler buttonvaratpCodeStyler=false;// Maximum number of characters between the start of the parameter name and "="varatpMaxWidth=30;// Preserve spacing around "|"varatpPreserveBasicSpacing=true;// Preserve spacing around "|" for invidivual parameters (sometimes used to group parameters)varatpPreserveParameterSpacing=true;// Standard spacing to the left of "|"varatpStandardExternalLeftSpacing=1;// Standard spacing to the right of "|"varatpStandardInternalLeftSpacing=1;// Standard spacing to the left of "|" for parser functionsvaratpParserFunctionExternalLeftSpacing=0;// Standard spacing to the right of "|" for parser functionsvaratpParserFunctionInternalLeftSpacing=1;// Automatically add edit summaryvaratpAutoSummary=true;// Make Shift+clicking the template expander button expand templates instead of collapsingvaratpSwapExpandCollapseTemplates=false;