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
Great suggestion! I'm currently trying to maintain consistency with the Prettier ecosystem (prettier/prettier#5755), although it seems totally reasonable to have this as an optional feature.
After a comment marker (
//
) at least one space should be inserted to improve readability.Additional spaces should be preserved.
Examples:
//some comment
would be formatted as// some comment
would be formatted as
The text was updated successfully, but these errors were encountered: