ImprovedOutputFile
Timing
llp
Last change
on this file since 77e9ae1 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
|
Rev | Line | |
---|
[50a30c9] | 1 | BasedOnStyle: LLVM
|
---|
| 2 | Language: Cpp
|
---|
[77e9ae1] | 3 | Standard: Cpp03
|
---|
[50a30c9] | 4 | IndentWidth: 2
|
---|
| 5 | ConstructorInitializerIndentWidth: 2
|
---|
| 6 | ContinuationIndentWidth: 2
|
---|
| 7 | ColumnLimit: 0
|
---|
| 8 | ReflowComments: false
|
---|
| 9 | AlignOperands: false
|
---|
[b1e03e5] | 10 | AlignTrailingComments: false
|
---|
| 11 | AlignAfterOpenBracket: DontAlign
|
---|
[50a30c9] | 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
|
---|
[b1e03e5] | 31 | AllowShortCaseLabelsOnASingleLine: true
|
---|
Note:
See
TracBrowser
for help on using the repository browser.