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