Right now we shift everything to a size of tab. So if you apply ShiftLeft to two lines with indents TAB_SIZE/2 and TAB_SIZE they both will end up with the 0 indentation. Would be nice if second string would end up with TAB_SIZE/2 indentation, while first one had 0.
Right now we shift everything to a size of tab. So if you apply ShiftLeft to two lines with indents TAB_SIZE/2 and TAB_SIZE they both will end up with the 0 indentation. Would be nice if second string would end up with TAB_SIZE/2 indentation, while first one had 0.