Hi all,

Recently we have started using clang-format in our project. However, the it
clang-format does not support breaking after colon in constructor init
list, which we find very useful.
When we always break after colon, it is pretty clear - you always know the
arguments are placed below the constructor and you have not to look at the
previous line.

Also I have attached patch.

Regards,
Denys

Attachment: 0001-Add-AlwaysAfterColon-to-clang-format.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to