Convert leading spaces to tab characters using the specified indent size. Use to switch from space-indented to tab-indented code.
Example
··Hello (size: 2) → \tHello
····Nested (size: 4) → \tNested
Converts leading spaces to tab characters
Convert leading spaces to tab characters using the specified indent size. Use to switch from space-indented to tab-indented code.
··Hello (size: 2) → \tHello
····Nested (size: 4) → \tNested
Converts leading spaces to tab characters