Hi,
I really love to use sublime. Currently I’m using it to edit scheme file. But I not found a solution to customize the indent when input left bracket. I mean currently when I input ‘)’, it looks like:
( * 3
…(+ 3 3)
…)
but I want ‘)’ align with the ‘(’ :
( * 3
…(+ 3 3)
)
Is there any method to do this?