mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-13 04:06:01 +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
|
Language: Cpp
|
||||||
|
BasedOnStyle: LLVM
|
||||||
AlignConsecutiveAssignments: true
|
AlignConsecutiveAssignments: true
|
||||||
AlignConsecutiveDeclarations: true
|
AllowShortFunctionsOnASingleLine: Empty
|
||||||
AlignOperands: true
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
AllowShortIfStatementsOnASingleLine: false
|
||||||
AllowShortLoopsOnASingleLine: false
|
AlwaysBreakTemplateDeclarations: true
|
||||||
AlwaysBreakAfterDefinitionReturnType: All
|
BreakBeforeBraces: Attach
|
||||||
BreakBeforeBraces: Linux
|
ConstructorInitializerIndentWidth: 2
|
||||||
ContinuationIndentWidth: 2
|
NamespaceIndentation: All
|
||||||
ColumnLimit: 120
|
|
||||||
ForEachMacros: ['GIRARA_LIST_FOREACH']
|
|
||||||
IndentWidth: 2
|
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
TabWidth: 2
|
TabWidth: 2
|
||||||
IndentCaseLabels: true
|
ColumnLimit: 120
|
||||||
|
SortIncludes: false
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue