Skip to content

GrantBartlett/vscode-scss-allman-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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