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
(If this gets implemented then space indented code might finally die once and for all, because space indented code is much bigger than tab indented code (4 bytes (4 spaces) vs 1 byte (1 tab)).)
The text was updated successfully, but these errors were encountered:
Elastic tabstops allow for better code alignment using tabs.
There is already a JavaScript library for this, but I would recommend using my fork, because it has support for JSDoc and fixes some issues with the original implementation.
Example:
A code written like so:
Would render like so:
(If this gets implemented then space indented code might finally die once and for all, because space indented code is much bigger than tab indented code (4 bytes (4 spaces) vs 1 byte (1 tab)).)
The text was updated successfully, but these errors were encountered: