Hi!
I’m using ST build 3122 on Ubuntu 16.04 x64.
I have copied some C# code that was indented by 4 spaces.
When I want to use shit+tab (one or multiple times) to put all text to the left, and then indent with my tabs, ST inserts 4 spaces, and I’ve configured it to only insert 2 spaces.
My options related to this issue are:
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"auto_indent": true,
"smart_indent": true,
"tab_completion": true,