VS Code and Handlebars formatting unable to get partials on new lines

Viewed 139

after a PC crash I was luckily able to recover data but not programs and settings. Now using VS Code + Prettier I'm not able to have multiple Handlebars partials to new lines. Eg:

{{> Partial_1}}
{{> Partial_2}}

on save it becomes:

{{> Partial_1}} {{> Partial_2}}

Can't find the solution (or maybe I'm not asking the right question to Google)...

0 Answers
Related