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
Coming from other languages and linters like in Python or Java, I searched for a rule to enforce a whitespace character after a comment marker. Unfortunately, I could not find something which would fit within the existing rules.
Coming from other languages and linters like in Python or Java, I searched for a rule to enforce a whitespace character after a comment marker. Unfortunately, I could not find something which would fit within the existing rules.
Valid:
// My commentInvalid:
//My comment