zathura/.clang-format

16 lines
357 B
Plaintext
Raw Permalink Normal View History

2022-05-07 23:06:55 +02:00
---
Language: Cpp
2023-12-03 23:04:39 +01:00
BasedOnStyle: LLVM
2022-05-07 23:06:55 +02:00
AlignConsecutiveAssignments: true
2023-12-03 23:04:39 +01:00
AllowShortFunctionsOnASingleLine: Empty
2022-05-07 23:06:55 +02:00
AllowShortIfStatementsOnASingleLine: false
2023-12-03 23:04:39 +01:00
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: Attach
ConstructorInitializerIndentWidth: 2
NamespaceIndentation: All
2022-05-07 23:06:55 +02:00
PointerAlignment: Left
TabWidth: 2
2023-12-03 23:04:39 +01:00
ColumnLimit: 120
SortIncludes: false
2022-05-07 23:06:55 +02:00
...