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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
When you use Toggle Line Comment in Sublime, it creates the comment at the beginning of the code on that line, and not the beginning of the line. This is better because linting rules often demand that comments start at the correct indent, so quickly commenting code in Brackets also results in lots of linting errors.
As an aside, lint rules prefer that a space be after //, so this should be changed in languages.json.
When you use Toggle Line Comment in Sublime, it creates the comment at the beginning of the code on that line, and not the beginning of the line. This is better because linting rules often demand that comments start at the correct indent, so quickly commenting code in Brackets also results in lots of linting errors.
As an aside, lint rules prefer that a space be after
//, so this should be changed in languages.json.