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 there is no space after #, e.g., #inline comment, then it won't get preserved by the formatter. This should be related to an incorrect column number from the tokenizer.
If there is no space after
#, e.g.,#inline comment, then it won't get preserved by the formatter. This should be related to an incorrect column number from the tokenizer.