SCSS Allman Formatter

Why I made a VSCode extension to format SCSS & CSS with the Allman style.

allman
scss
scss formatter
vscode
vscode extension

Published 3 years ago

Allman style and SCSS really!? Yep!

Why Allman style with SCSS?

I'm evidently apart of a very rare breed when it comes to this, but for me it keeps everything super clear and readable. I also use the same brace style in other languages, so actually doing it in my SCSS makes everything as familiar and clear. Read more about my other CSS writing styles: How I write my CSS/SCSS day to day.

Why the extension?

I simply couldn't find anything like it in the marketplace, so decided to write one instead! If you're interested, try it out: Download the VSCode extension here. The source is also available on GitHub.