We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1c52b commit bf0b5d4Copy full SHA for bf0b5d4
.clang-format
@@ -40,6 +40,7 @@ BreakBeforeBinaryOperators: NonAssignment
40
BreakBeforeTernaryOperators: true
41
BreakConstructorInitializersBeforeComma: true
42
ColumnLimit: 120
43
+CommentPragmas: '^(AXIVION|NOLINT)'
44
CompactNamespaces: true
45
ConstructorInitializerAllOnOneLineOrOnePerLine: false
46
ConstructorInitializerIndentWidth: 4
0 commit comments