SamrudhNelli wrote:

> Doxygen does the same thing. I think for simplicity sake going with the 
> convention would be best. It's an overall improvement compared to what we see 
> in Fuschia output.

We indent at a specific padding-left length, i.e
```
void aaaaaaaaaaaaaaaaaaaaaaaaaa (
          int a,
          int b,
          int c
)
```
Do we need to try indenting after function name for smaller functions, i.e
```
void aaaaaa (
             int a,
             int b,
             int c
)
```

https://github.com/llvm/llvm-project/pull/181417
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to