Skip to content

Commit bfafa09

Browse files
committed
STY: adjust clang-format config
1 parent 99ad371 commit bfafa09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.clang-format

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ BreakBeforeBraces: Attach
66
Cpp11BracedListStyle: true
77
NamespaceIndentation: Inner
88
AlwaysBreakTemplateDeclarations: true
9-
SpaceAfterCStyleCast: true
9+
SpaceAfterCStyleCast: false
1010
ColumnLimit: 120
1111
InsertNewlineAtEOF: true
1212
AlignAfterOpenBracket: BlockIndent
13+
IncludeBlocks: Preserve
14+
AllowShortFunctionsOnASingleLine: None

0 commit comments

Comments
 (0)