I'm not sure but since you can integrate eslint into vs code. Wouldn't it be possible first to install eslint and then set the brace style like here for .eslintrc.json :
eslint.org/docs/rules/brace-style
And then maybe ignore everything other than css using .eslintignore ?