Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Prevent comments from being formatted
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.clang-format
|
@@ -24,4 +24,4 @@ BinPackArguments : true |
|
|
AlwaysBreakTemplateDeclarations : true |
|
|
AlignConsecutiveAssignments : true |
|
|
PenaltyReturnTypeOnItsOwnLine: 50000 |
|
|
CommentPragmas: '^ >>>' |
|
|
CommentPragmas: '^ >' |