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