[PATCH] D33029: [clang-format] add option for dangling parenthesis

Thomas via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 25 11:03:15 PDT 2018


zroug added a comment.

I'd also like to note that this is the code style preferred by most modern code formatters that I know of and use:

- rustfmt for rust code
- prettier for javascript code
- black for python code


https://reviews.llvm.org/D33029





More information about the cfe-commits mailing list