Skip to content

GrantBartlett/vscode-scss-allman-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCSS Allman Formatter

Hey 👋

Hey, I'm Grant, A Freelance Software Developer. I help agencies, startups, and individuals stand out by creating exceptional websites, mobile apps, and digital experiences. Based in Surrey, I work with clients in London and internationally, providing flexible, tailored solutions for every project.

If you're looking for a mobile app, a responsive website, or a unique digital solution, I'm here to deliver standout results crafted to your needs. Say hi 👋 Get in touch

About 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