Issue 160682
Summary [clang-format] Option to insert spaces before the closing `*/`
Labels clang-format
Assignees
Reporter parmi93
    ```c
/* This is a multiline comment.*/
```
Looking for a clang-format option to format this comment into:
```c
/* This is a multiline comment. */
```

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to