I’m trying to figure out how to change Sublime Texts auto bracket rules for css.
I get this by default:
.class {
#CURSOR
}
I would like to have this:
.class {
#CURSOR}
Any ideas on how to accomplish this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can add this shortcut to your
Key Bindings - User:to modify enter key behaviour with
cssfiles.Or you can use a Snippet.
Tools/New Snippet...:Save it as
Packages/User/CSSBrackets.sublime-snippet.Then, add a shortcut in your
Key Bindings - Userto trigger it when pressing { incssfiles: