Last change
on this file since f8e61b2 was 77e9ae1, checked in by Pavel Demin <pavel-demin@…>, 6 years ago |
set Standard to Cpp03 in .clang-format
|
-
Property mode
set to
100644
|
File size:
790 bytes
|
Line | |
---|
1 | BasedOnStyle: LLVM
|
---|
2 | Language: Cpp
|
---|
3 | Standard: Cpp03
|
---|
4 | IndentWidth: 2
|
---|
5 | ConstructorInitializerIndentWidth: 2
|
---|
6 | ContinuationIndentWidth: 2
|
---|
7 | ColumnLimit: 0
|
---|
8 | ReflowComments: false
|
---|
9 | AlignOperands: false
|
---|
10 | AlignTrailingComments: false
|
---|
11 | AlignAfterOpenBracket: DontAlign
|
---|
12 | BreakConstructorInitializers: AfterColon
|
---|
13 | SpaceBeforeParens: Never
|
---|
14 | BreakBeforeBinaryOperators: NonAssignment
|
---|
15 | BreakBeforeTernaryOperators: false
|
---|
16 | BreakBeforeBraces: Custom
|
---|
17 | BraceWrapping:
|
---|
18 | AfterClass: true
|
---|
19 | AfterControlStatement: true
|
---|
20 | AfterEnum: true
|
---|
21 | AfterFunction: true
|
---|
22 | AfterNamespace: true
|
---|
23 | AfterObjCDeclaration: true
|
---|
24 | AfterStruct: true
|
---|
25 | AfterUnion: true
|
---|
26 | BeforeCatch: true
|
---|
27 | BeforeElse: true
|
---|
28 | IndentBraces: false
|
---|
29 | AllowShortIfStatementsOnASingleLine: true
|
---|
30 | AllowShortLoopsOnASingleLine: true
|
---|
31 | AllowShortCaseLabelsOnASingleLine: true
|
---|
Note:
See
TracBrowser
for help on using the repository browser.