So, if I have text like this:
int x() {
int a = 1;
return a;
}
Trying to indent the inner part of the function does not indent the blank line. (Using visual mode and >)
How can I change the behavior of vim so that the blank line is also indented?