Sublime-BracketGuard
Sublime-BracketGuard copied to clipboard
Ignore for some views
- Autoformatted the code using 'black' autoformatter
- Removed the test shortcut, t.i. the tests are now running through the debouncer
- Ignore scratch, read-only views, and widgets.
That is basically so that the plugin does not annotate git diff views or error panels from SublimeLinter/LSP etc.
Don't know if you will pull this ... everyone hates this reformatting stuff on PR's ... sorry ... but if look at the commits using 'no whitespace' diff it is easy to spot that I don't cheat here, and really just used a formatter tool. 😁