zathura/.clang-format
2023-12-04 00:21:54 +01:00

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
...