Files
engine/.clang-format

21 lines
540 B
Plaintext
Raw Normal View History

2026-04-16 10:05:01 -04:00
---
BasedOnStyle: LLVM
AlignConsecutiveAssignments:
Enabled: true
AlignConsecutiveBitFields:
Enabled: true
AlignConsecutiveDeclarations:
Enabled: true
AlignConsecutiveMacros:
Enabled: true
AlignConsecutiveShortCaseStatements:
Enabled: true
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortLoopsOnASingleLine: true
ColumnLimit: 120
IndentCaseLabels: true
IndentPPDirectives: AfterHash
PointerAlignment: Left
LambdaBodyIndentation: OuterScope