better-align
better-align copied to clipboard
Ignore tags that will force/tell to an extension to skip part of the code
Since extension sometimes breaks something or we don't want something to align for some reason it would be awesome to introduce "ignore" tags:
... code that can be aligned ... code that can be aligned ... code that can be aligned
// @better-align-disable
... code that must not be aligned !
// @better-align-enable
... code that can be aligned ... code that can be aligned ... code that can be aligned
Thank you for a great extension!