Typing in TextMate 2 used to be an adventure in indentation frustration, now cured by a global disableIndentCorrections setting. Pasting code, however, always seems to end up in a very wrong indentation level. It's making me crazy.
I've come across the following settings:
{ disableIndentCorrections = :true;
indentOnPaste = 'default';
}
And in searching I've seen indentOnPaste
set to 'default'
or 'simple'
, both of which have code jumping multiple tabs to the right when it really, really should not.
Anyone know how to disable indentation on paste?