Sublime Forum

Tab position not being kept

#1

Hello,

How can I have the TAB position saved?
For example:

if() { if() { //THIS LINE } }

The 5th line (with the comment) does not save the TAB position after moving out of there.
Is there anyway to save TAB positions, even if it’s an empty line?

Thank you.

0 Likes

#2

Take a look at the trim_automatic_white_space setting

0 Likes

#3

Awesome, thank you.

0 Likes