mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-25 21:26:02 +01:00
Update format config
This commit is contained in:
parent
365521ed46
commit
b90170a2fa
1 changed files with 8 additions and 13 deletions
|
@ -1,20 +1,15 @@
|
|||
---
|
||||
Language: Cpp
|
||||
BasedOnStyle: LLVM
|
||||
AlignConsecutiveAssignments: true
|
||||
AlignConsecutiveDeclarations: true
|
||||
AlignOperands: true
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AlwaysBreakAfterDefinitionReturnType: All
|
||||
BreakBeforeBraces: Linux
|
||||
ContinuationIndentWidth: 2
|
||||
ColumnLimit: 120
|
||||
ForEachMacros: ['GIRARA_LIST_FOREACH']
|
||||
IndentWidth: 2
|
||||
AlwaysBreakTemplateDeclarations: true
|
||||
BreakBeforeBraces: Attach
|
||||
ConstructorInitializerIndentWidth: 2
|
||||
NamespaceIndentation: All
|
||||
PointerAlignment: Left
|
||||
TabWidth: 2
|
||||
IndentCaseLabels: true
|
||||
ColumnLimit: 120
|
||||
SortIncludes: false
|
||||
...
|
||||
|
||||
|
|
Loading…
Reference in a new issue