better-align icon indicating copy to clipboard operation
better-align copied to clipboard

Ignore tags that will force/tell to an extension to skip part of the code

Open vhb56 opened this issue 7 years ago • 0 comments

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!

vhb56 avatar Apr 27 '18 20:04 vhb56