Sublime Forum

How to enable automatic dedent on round and square brackets?

#1

I have auto_match_enabled, match_brackets, and match_brackets_{square,braces} set to true.

Still, closing parentheses and square brackets on new lines do not dedent back by one tab. Only a closing curly bracket does so.

{
    code;
    } <- type the bracket here...
^ ...and sublime will move it here

Can I enable this feature for parentheses and square brackets too?

0 Likes