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 a1d4f57 commit 8b98a6bCopy full SHA for 8b98a6b
.clang-format
@@ -0,0 +1,23 @@
1
+{
2
+ BasedOnStyle: LLVM,
3
+ UseTab: ForContinuationAndIndentation,
4
+ IndentWidth: 4,
5
+ TabWidth: 4,
6
+ BreakBeforeBraces: Attach,
7
+ IndentCaseLabels: false,
8
+ ColumnLimit: 0,
9
+ AccessModifierOffset: -4,
10
+ NamespaceIndentation: None,
11
+ SpaceBeforeParens: ControlStatements,
12
+ PointerAlignment: Right,
13
+ SpaceAfterCStyleCast: false,
14
+ SpaceAfterTemplateKeyword: false,
15
+ SpaceBeforeAssignmentOperators: true,
16
+ SpaceBeforeCtorInitializerColon: true,
17
+ SpaceBeforeInheritanceColon: true,
18
+ SpaceInEmptyParentheses: false,
19
+ SpacesInAngles: false,
20
+ SpacesInParentheses: false,
21
+ SpacesInSquareBrackets: false,
22
+ Standard: c++03,
23
+}
0 commit comments