Delete -static-lib of GNU
[liba.git] / .clang-format
blobaae48d9f15c4453658427ac99d217cf1262980ea
1 ---
2 BasedOnStyle: LLVM
3 AccessModifierOffset: -4
4 AlignEscapedNewlines: Left
5 AlignTrailingComments: false
6 AlwaysBreakTemplateDeclarations: Yes
7 BreakBeforeBraces: Custom
8 BreakInheritanceList: BeforeComma
9 BreakConstructorInitializers: BeforeComma
10 BraceWrapping:
11   AfterEnum: true
12   AfterClass: true
13   AfterUnion: true
14   AfterStruct: true
15   AfterFunction: true
16   AfterCaseLabel: true
17   AfterNamespace: true
18   AfterControlStatement: true
19   BeforeElse: true
20   BeforeCatch: true
21 ColumnLimit: 0
22 IndentWidth: 4
23 KeepEmptyLinesAtTheStartOfBlocks: false
24 ObjCBlockIndentWidth: 4
25 ReflowComments: false
26 SortIncludes: false
27 SpaceBeforeCtorInitializerColon: false
28 SpaceBeforeInheritanceColon: false
29 SpacesInContainerLiterals: false
30 TabWidth: 4
31 ...