Menu

#126 Request for --break-blocks=function option

1.0
accepted
None
2024-09-08
2020-08-14
Anbang LI
No

I hope to pad empty lines between functions. The option may be named as --break-blocks=function :

int func (int a, int b){
    ...
}
int main() {
    ... 
}

becomes:

int func (int a, int b){
    ...
}

int main() {
    ... 
}

Discussion

  • Anbang LI

    Anbang LI - 2024-01-04

    This feature is requested by me three years agog. I hope it can be implemented.
    It would be much helpful in dealing with students' source code.

     

    Last edit: Anbang LI 2024-01-04
  • André Simon

    André Simon - 2024-09-08
    • status: open --> accepted
    • assigned_to: André Simon
     

Log in to post a comment.