fix drawing of zero-length notes
[ardour.git] / tools / clang-format
1 ---
2 Language: Cpp
3 BasedOnStyle:  LLVM
4 AlignAfterOpenBracket: Align
5 AlignConsecutiveAssignments: true
6 AlignConsecutiveDeclarations: true
7 AlignEscapedNewlinesLeft: false
8 AllowShortFunctionsOnASingleLine: Empty
9 AllowShortBlocksOnASingleLine: true
10 AllowShortIfStatementsOnASingleLine: false
11 AllowShortCaseLabelsOnASingleLine : false
12 AllowShortLoopsOnASingleLine: false
13 AlwaysBreakAfterReturnType: TopLevel
14 AlwaysBreakTemplateDeclarations: true
15 BreakBeforeBraces: Linux
16 BreakConstructorInitializersBeforeComma: true
17 #ColumnLimit:      92
18 ColumnLimit:      0
19 ConstructorInitializerAllOnOneLineOrOnePerLine: false
20 ConstructorInitializerIndentWidth: 8
21 IndentCaseLabels: true
22 AccessModifierOffset: -8
23 #IndentPPDirectives: AfterHash
24 IndentWidth:     8
25 KeepEmptyLinesAtTheStartOfBlocks: false
26 PenaltyReturnTypeOnItsOwnLine: 1
27 MaxEmptyLinesToKeep: 1
28 NamespaceIndentation: None
29 ReflowComments:  true
30 PointerAlignment: Left
31 SortIncludes:    true
32 SpaceAfterCStyleCast: false
33 SpaceBeforeAssignmentOperators: true
34 SpaceBeforeParens: Always
35 #SpacesInAngles: true
36 SpaceInEmptyParentheses: false
37 SpacesBeforeTrailingComments: 1
38 SpacesInContainerLiterals: true
39 SpacesInCStyleCastParentheses: false
40 SpacesInParentheses: false
41 SpacesInSquareBrackets: false
42 Cpp11BracedListStyle: false
43 TabWidth:        8
44 UseTab:          ForIndentation