testsAndMisc/C/.clang-format

11 lines
234 B
Plaintext
Raw Normal View History

BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 100
SortIncludes: true
2025-11-01 19:18:53 +01:00
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AllowShortIfStatementsOnASingleLine: false
BreakBeforeBraces: Allman