You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question in the title. Currently the Tab character is converted into 4 spaces. I'm writing a code block demonstrating the behavior when Tab and Space indentations are mixed together, so I need the Tab to be kept as-is. Other than that, I think other weird languages will also benefit from this, for example Makefile requires the use of Tab.
Thank you all for a great tool, it helped me stopped procrastinating and start writing what I have planned for months.