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
It think it would be good to add possibility optional using tabs for indentation (turn off and on from settings)
(not to change them to spaces for not to break current indentation levels).
I prefer using them and replacing it during compilation with #? replace(sub = "\t", by = " ") in the top of the file.
Also tab highlighting with red is too disturbing:
To distinguish tab and space characters, they could be highlighted like in Atom (GitHub's editor):
Best regards,
Vladislav.
The text was updated successfully, but these errors were encountered:
Hello dear friends.
It think it would be good to add possibility optional using tabs for indentation (turn off and on from settings)
(not to change them to spaces for not to break current indentation levels).
I prefer using them and replacing it during compilation with #? replace(sub = "\t", by = " ") in the top of the file.
Also tab highlighting with red is too disturbing:
To distinguish tab and space characters, they could be highlighted like in Atom (GitHub's editor):
Best regards,
Vladislav.
The text was updated successfully, but these errors were encountered: