Issue 160261
Summary [clang-format] Option to add `*` at the start of every line in a multiline comment
Labels clang-format
Assignees
Reporter parmi93
    ```c
/* This is a multiline comment, 
and this is the next line, I'd like this line to start with '*'. 
*/
```

Looking for a clang-format option to format this comment into:
```c
/* This is a multiline comment, 
 * and this is the next line, I'd like this line to start with '*'. 
 */
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to