The tabbing behavior of the default Sublime installation is irking me.
I would like all tabbing behavior to be the same, no matter what the file. And I would like the behavior to be: just copy the tabs from the previous line. Nothing smarter than that.
Today, if I type something with an open brace, Sublime will try to “help” me and auto-indent for me:
foo {
|
Even worse, if I then type a close brace, it UN-indents!
foo {
}|
If I turn off auto-indent, then it completely ignores tabs:
foo {
|
Which is also wrong (for me).
Instead, I just want it to copy whatever tabs existed on the previous line, with no extra “help”.
foo {
|
I was wondering if anyone could provide an answer.
Thank you.
(also, this was outlined by someone else, with my same preference, here: stackoverflow.com/questions/1129 … er-bracket )