Skip to content

Breaking code when comments share a line with uncommented code #47

@elliottregan

Description

@elliottregan

Example:

Starting with:

.card { // IE Hacks. Hiding left/right arrows since IE8-10 don't handle backface-visibility very well :(
  .front, .back { overflow-x: hidden; }
}

when formatted to 'Compact':

.card { // IE Hacks. Hiding left/right arrows since IE8-10 don't handle backface-visibility very well:(.front, .back { overflow-x: hidden; }
}

and then back to 'Expanded':

.card {
  // IE Hacks. Hiding left/right arrows since IE8-10 don't handle backface-visibility very well:(.front, .back {
    overflow-x: hidden;
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions