uwufetch/.clang-format

18 lines
389 B
YAML

---
TabWidth: 2
IndentWidth: 2
UseTab: Never
IndentPPDirectives: BeforeHash
SortIncludes: true
AlignAfterOpenBracket: true
AlignConsecutiveAssignments: true
AlignEscapedNewlinesLeft: true
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
ColumnLimit: 0
MaxEmptyLinesToKeep: 1
PointerAlignment: Left
...