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 a51aafa commit acd56d6Copy full SHA for acd56d6
.clang-format
@@ -0,0 +1,19 @@
1
+---
2
+ BasedOnStyle: Google
3
+ AccessModifierOffset: '-2'
4
+ AlignTrailingComments: 'true'
5
+ AllowAllParametersOfDeclarationOnNextLine: 'false'
6
+ AlwaysBreakTemplateDeclarations: 'No'
7
+ BreakBeforeBraces: Attach
8
+ ColumnLimit: '100'
9
+ ConstructorInitializerAllOnOneLineOrOnePerLine: 'false'
10
+ IncludeBlocks: Regroup
11
+ IndentPPDirectives: AfterHash
12
+ IndentWidth: '4'
13
+ NamespaceIndentation: All
14
+ BreakBeforeBinaryOperators: None
15
+ BreakBeforeTernaryOperators: 'true'
16
+ AlwaysBreakTemplateDeclarations: 'Yes'
17
+ BreakBeforeConceptDeclarations: 'true'
18
+ IndentRequires: 'false'
19
+...
0 commit comments