Is it possible to have Sublime Text 3 ignore the "translate_tabs_to_spaces"
settings for specific file types (namely .tsv
, .csv
and .txt
)?
Additionally, is it possible to have ST3 not translate tabs when pasting? eg, I might copy text from a .tsv and paste it into a new file. I want to preserve the tabs. Right now, this involves changing my preferences, pasting, then changing back those preferences.