SCSS Allman Formatter VS Code extension

An SCSS & CSS formatter for VS Code that formats braces to new lines (Allman style).

SCSS
TypeScript
Extension
VSCode
SCSS Formatter

Why?

I wanted an extension to format SCSS & CSS with the Allman brace style. I couldn't find one since it's so niche, so simply made one for VS Code.

Braces will simply autoformat to the next line upon saving in VS Code.

.test{ color: red; }

Becomes

.test { color: red; }

Download

View the extension on the Visual Studio marketplace, and the source code on GitHub here.