I would like to change the position of the closing bracket in css files when it’s inserted automatically to this:
.rule {
display: block;
clor: #000; }
, so it stays on the same line as the last property: value pair.
I have tried “auto_match_enabled”: false but this simply disables the closing bracket, so I need to add it manually.
I have installed PackageResourceViewer and looked into CSS.sublime-syntax and css_completions.py but could not find any corresponding setting or code.