[clang-format] line-comment length
authorJaeyun Jung <jy1210.jung@samsung.com>
Wed, 3 May 2023 07:29:16 +0000 (16:29 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Wed, 3 May 2023 09:05:18 +0000 (18:05 +0900)
clang-format, ignore line-comment length.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
.clang-format

index 361d61a..2437564 100644 (file)
@@ -47,6 +47,7 @@ PenaltyBreakString: 100
 PenaltyExcessCharacter: 1
 PenaltyReturnTypeOnItsOwnLine: 20
 PointerBindsToType: false
+ReflowComments: false
 SpaceAfterCStyleCast: true
 SpaceBeforeAssignmentOperators: true
 SpaceBeforeParens: Always