1

In sublime when I type { and press enter the pair of curly brackets expand quite beautifully as follows, enter image description here

But when I try to expand ( and [ brackets, they don't expand that way. They expand in very weird way, and I have to press multiple keys to fix it. they expand as folows,

enter image description here

enter image description here

Is there some way to fix this behavior ?

Indu Pillai
  • 367
  • 1
  • 3
  • 12
  • 3
    Possible duplicate of [How to set bracket indentation behavior in ST3](http://stackoverflow.com/questions/41456641/how-to-set-bracket-indentation-behavior-in-st3) – Keith Hall Apr 30 '17 at 10:24

1 Answers1

0

you can add this to your Preference->Settings-User:

"indent_to_bracket": true

see if you like it

Amnon
  • 195
  • 3
  • 12