Issue 170140
Summary Allow for template angle brackets to be on a new line
Labels new issue
Assignees
Reporter Extevious
    Allow for template angle brackets `<` and `>` to be new-line qualified.

Formatted with` ColumLimit` set to `0`:
```cpp
template<
   typename A,
   typename B,
   typename C>
foo() { }
```

Should optionally be formattable as below:
```cpp
```

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

Reply via email to