Fork me on GitHub

source: git/.clang-format@ 50a30c9

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
Line 
1BasedOnStyle: LLVM
2Language: Cpp
3IndentWidth: 2
4ConstructorInitializerIndentWidth: 2
5ContinuationIndentWidth: 2
6ColumnLimit: 0
7ReflowComments: false
8AlignTrailingComments: false
9AlignAfterOpenBracket: false
10AlignOperands: false
11BreakConstructorInitializers: AfterColon
12SpaceBeforeParens: Never
13BreakBeforeBinaryOperators: NonAssignment
14BreakBeforeTernaryOperators: false
15BreakBeforeBraces: Custom
16BraceWrapping:
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
28AllowShortIfStatementsOnASingleLine: true
29AllowShortLoopsOnASingleLine: true
Note: See TracBrowser for help on using the repository browser.