Build: docker for clang-13.0.0
[marnav.git] / .clang-format
blobce6891b75a635680904c45ea079d90809699ff1b
1 # clang-format-10
2 ---
3 AccessModifierOffset: '-4'
4 AlignAfterOpenBracket: DontAlign
5 AlignEscapedNewlines: Left
6 AlignOperands: 'false'
7 AlignTrailingComments: 'false'
8 AllowShortFunctionsOnASingleLine: Inline
9 AllowShortLambdasOnASingleLine: All
10 AlwaysBreakTemplateDeclarations: 'Yes'
11 BreakBeforeBinaryOperators: All
12 BreakBeforeBraces: Linux
13 BreakConstructorInitializers: BeforeComma
14 ColumnLimit: '96'
15 Cpp11BracedListStyle: 'true'
16 DerivePointerAlignment: 'false'
17 FixNamespaceComments: 'false'
18 IndentCaseLabels: 'true'
19 IndentWidth: '4'
20 Language: Cpp
21 MaxEmptyLinesToKeep: '1'
22 NamespaceIndentation: None
23 PointerAlignment: Middle
24 ReflowComments: 'false'
25 SortIncludes: 'false'
26 Standard: Cpp11
27 TabWidth: '4'
28 UseTab: Always
30 ...