We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ad371 commit bfafa09Copy full SHA for bfafa09
.clang-format
@@ -6,7 +6,9 @@ BreakBeforeBraces: Attach
6
Cpp11BracedListStyle: true
7
NamespaceIndentation: Inner
8
AlwaysBreakTemplateDeclarations: true
9
-SpaceAfterCStyleCast: true
+SpaceAfterCStyleCast: false
10
ColumnLimit: 120
11
InsertNewlineAtEOF: true
12
AlignAfterOpenBracket: BlockIndent
13
+IncludeBlocks: Preserve
14
+AllowShortFunctionsOnASingleLine: None
0 commit comments