| Issue |
159356
|
| Summary |
[clang-format] Hot to remove empty line after statement?
|
| Labels |
question,
clang-format
|
| Assignees |
|
| Reporter |
parmi93
|
```c
enum my_enum
{ // I want to remove the blank line above
ENUM1
}
void foo(void)
{ // I want to remove the blank line above
if (true)
{ // I want to remove the blank line above
}
switch (x)
{ // I want to remove the blank line above
case 1:
{ // I want to remove the blank line above
break;
}
}
}
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs