Update clang-format to match ardour-style
This commit is contained in:
parent
4a52a9b3b0
commit
afb987d698
@ -1,25 +1,39 @@
|
||||
---
|
||||
|
||||
---
|
||||
Language: Cpp
|
||||
AlignAfterOpenBracket: 'true'
|
||||
AlignTrailingComments: 'true'
|
||||
AlwaysBreakTemplateDeclarations: 'true'
|
||||
AllowShortBlocksOnASingleLine: 'false'
|
||||
AllowShortCaseLabelsOnASingleLine: 'false'
|
||||
AllowShortFunctionsOnASingleLine: All
|
||||
AllowShortIfStatementsOnASingleLine: 'false'
|
||||
AllowShortLoopsOnASingleLine: 'false'
|
||||
AlwaysBreakAfterDefinitionReturnType: 'true'
|
||||
BasedOnStyle: LLVM
|
||||
BreakBeforeBraces: 'Linux'
|
||||
BreakConstructorInitializersBeforeComma: 'true'
|
||||
ColumnLimit: '100'
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
||||
IndentCaseLabels: 'false'
|
||||
NamespaceIndentation: 'None'
|
||||
PenaltyReturnTypeOnItsOwnLine: '1'
|
||||
BasedOnStyle: LLVM
|
||||
AlignAfterOpenBracket: Align
|
||||
AlignConsecutiveAssignments: true
|
||||
AlignConsecutiveDeclarations: true
|
||||
AlignEscapedNewlinesLeft: false
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
AllowShortBlocksOnASingleLine: true
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortCaseLabelsOnASingleLine : false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AlwaysBreakAfterReturnType: AllDefinitions
|
||||
AlwaysBreakTemplateDeclarations: true
|
||||
BreakBeforeBraces: Linux
|
||||
BreakConstructorInitializersBeforeComma: true
|
||||
ColumnLimit: 0
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||
IndentCaseLabels: true
|
||||
AccessModifierOffset: -8
|
||||
IndentWidth: 8
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
PenaltyReturnTypeOnItsOwnLine: 1
|
||||
MaxEmptyLinesToKeep: 1
|
||||
ReflowComments: true
|
||||
PointerAlignment: Left
|
||||
SortIncludes: true
|
||||
SpaceAfterCStyleCast: false
|
||||
SpaceBeforeAssignmentOperators: true
|
||||
SpaceBeforeParens: Always
|
||||
TabWidth: '2'
|
||||
UseTab: ForIndentation
|
||||
|
||||
SpaceInEmptyParentheses: false
|
||||
SpacesBeforeTrailingComments: 1
|
||||
SpacesInContainerLiterals: true
|
||||
SpacesInCStyleCastParentheses: false
|
||||
SpacesInParentheses: false
|
||||
SpacesInSquareBrackets: false
|
||||
Cpp11BracedListStyle: false
|
||||
TabWidth: 8
|
||||
UseTab: ForIndentation
|
||||
|
Loading…
Reference in New Issue
Block a user