[clang-format] Option to add `*` at the start of every line of multi-line comment
Open
clang-format
enhancement
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
```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 '*'.
*/
```
Contributor guide
Assessment
This issue has not been assessed yet.