Box-Of-Hats / Bem-VSCode-Extension

A VSCode extension for helping with inserting BEM (Block-Element-Modifier) classes.
BSD 3-Clause "New" or "Revised" License
29 stars 5 forks source link

Generated stylesheets come in only one line. #22

Closed akumanara closed 4 years ago

akumanara commented 4 years ago

I have disabled everything and returned to factory settings but this extension still generated the stylesheet in one line.

akumanara commented 4 years ago

You need to have a formatter for your generated language installed.

Box-Of-Hats commented 4 years ago

You're right that the extension requires a formatter to be installed for the output not to be on one line. This shouldn't be too much of an issue but I may add some basic formatting to the extension just to stop this from happening.

Thanks for your input :)