mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-13 09:33:47 +01:00
21 lines
491 B
Plaintext
21 lines
491 B
Plaintext
|
---
|
||
|
Language: Cpp
|
||
|
AlignConsecutiveAssignments: true
|
||
|
AlignConsecutiveDeclarations: true
|
||
|
AlignOperands: true
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AlwaysBreakAfterDefinitionReturnType: All
|
||
|
BreakBeforeBraces: Linux
|
||
|
ContinuationIndentWidth: 2
|
||
|
ColumnLimit: 120
|
||
|
ForEachMacros: ['GIRARA_LIST_FOREACH']
|
||
|
IndentWidth: 2
|
||
|
PointerAlignment: Left
|
||
|
TabWidth: 2
|
||
|
IndentCaseLabels: true
|
||
|
...
|
||
|
|