This patch fixes a bug where the comment indent of comments in text protos gets messed up because by default paren states get created with AlignColons = true (which makes snese for ObjC).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D43194
[clang-format] Fix comment indentation in text protos krasimir on Feb 12 2018, 7:49 AM. Authored by
Details This patch fixes a bug where the comment indent of comments in text protos gets messed up because by default paren states get created with AlignColons = true (which makes snese for ObjC).
Diff Detail
|