Skip to content

Commit bf0b5d4

Browse files
committed
iox-eclipse-iceoryx#1345 Prevent clang-format lint messups
1 parent 2d1c52b commit bf0b5d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ BreakBeforeBinaryOperators: NonAssignment
4040
BreakBeforeTernaryOperators: true
4141
BreakConstructorInitializersBeforeComma: true
4242
ColumnLimit: 120
43+
CommentPragmas: '^(AXIVION|NOLINT)'
4344
CompactNamespaces: true
4445
ConstructorInitializerAllOnOneLineOrOnePerLine: false
4546
ConstructorInitializerIndentWidth: 4

0 commit comments

Comments
 (0)