Issue 91064
Summary [feat] Clang format
Labels clang
Assignees
Reporter ilan-schemoul
    It would be awesome to have an option (the name could be BlankLineAfterDeclarationBlock) where in
```c
int main() {
  int a;
  int b;
  printf("%d", a);
}
```
a newline is inserted between `int b;` and `printf;` (useful when we use C89 style/--Werror=declaration-after-statement and we want a newline between declarations/definitions)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to