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
Instead of using , we should use \t character so the amount of indentation becomes configurable by the user.
It also has accessibility implications, customizing indentation width is helpful for visually impaired folks who have trouble with distinguishing indentation levels e.g. when it's only 2 spaces wide. Also, for braille users (blind folks), a tab character takes up way less space than let's say 4 space characters, making it much easier to work with.
We started experimenting with it here: #1344 , new formats should start using it, this issue is about changing the old formats as well as a breaking change for v5
The text was updated successfully, but these errors were encountered:
Instead of using
, we should use
\t
character so the amount of indentation becomes configurable by the user.It also has accessibility implications, customizing indentation width is helpful for visually impaired folks who have trouble with distinguishing indentation levels e.g. when it's only 2 spaces wide. Also, for braille users (blind folks), a tab character takes up way less space than let's say 4 space characters, making it much easier to work with.
We started experimenting with it here: #1344 , new formats should start using it, this issue is about changing the old formats as well as a breaking change for v5
The text was updated successfully, but these errors were encountered: