Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>SCSS Allman FormatterNew to Visual Studio Code? Get it now.
SCSS Allman Formatter

SCSS Allman Formatter

Grant Bartlett

|
2,326 installs
| (3) | Free
Formats braces to new lines (Allman style). SCSS & CSS formatter for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SCSS Allman Formatter

A simple extension to format SCSS & CSS with the Allman style

Braces will autoformat to the next line.

.test{
    color: red;
}

Becomes

.test
{
    color: red;
}

Demo

demo

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft