mg icon indicating copy to clipboard operation
mg copied to clipboard

indent-region feature

Open kudoakiyama opened this issue 3 years ago • 0 comments

I think this is really useful. For example

int x = 1;
if (x == 1) {
    printf("x: %d", x);
    /* more stuff */
}

If you decide to remove the if block, you would have to manually press backspace in each line.

kudoakiyama avatar Apr 06 '21 12:04 kudoakiyama