ImprovedOutputFile
Timing
dual_readout
llp
Last change
on this file since 50a30c9 was 50a30c9, checked in by Pavel Demin <pavel-demin@…>, 6 years ago |
add .clang-format
|
-
Property mode
set to
100644
|
File size:
730 bytes
|
Rev | Line | |
---|
[50a30c9] | 1 | BasedOnStyle: LLVM
|
---|
| 2 | Language: Cpp
|
---|
| 3 | IndentWidth: 2
|
---|
| 4 | ConstructorInitializerIndentWidth: 2
|
---|
| 5 | ContinuationIndentWidth: 2
|
---|
| 6 | ColumnLimit: 0
|
---|
| 7 | ReflowComments: false
|
---|
| 8 | AlignTrailingComments: false
|
---|
| 9 | AlignAfterOpenBracket: false
|
---|
| 10 | AlignOperands: false
|
---|
| 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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.