mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 18:13:46 +01:00
16 lines
357 B
YAML
16 lines
357 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
AlignConsecutiveAssignments: true
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AlwaysBreakTemplateDeclarations: true
|
|
BreakBeforeBraces: Attach
|
|
ConstructorInitializerIndentWidth: 2
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
TabWidth: 2
|
|
ColumnLimit: 120
|
|
SortIncludes: false
|
|
...
|