[clang] [clang-format] Add BreakBeforeTemplateClose option (PR #118046)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 10 19:34:29 PST 2025


https://github.com/owenca commented:

About the test cases:
- Call `verifyFormat` instead of `verifyNoChange` whenever possible.
- Don't end a test case with a newline. (Search for `\n",` and `\n")`.)
- Capitalize the first word of a comment and end the comment with a `.` (or `:` if appropriate).

https://github.com/llvm/llvm-project/pull/118046


More information about the cfe-commits mailing list