HookyQR / VSCodeBeautify

Enable js-beautify (https://github.com/beautify-web/js-beautify) in VS Code
MIT License
606 stars 180 forks source link

Format CSS files with "}" on same last line #379

Open FedeSli opened 3 years ago

FedeSli commented 3 years ago

Hi there, is it possible to set the CSS formatting on the way to have the last curly brace on the same line of the last class?

Standard format:

.style {
width: 100%;
} 

Wished format:

.style {
width: 100%; } 

I am looking for a solution since hours and I can't find nothing about it. Is it possible maybe editing the setting.json, please?