Simple empty window

This commit is contained in:
2026-04-16 10:05:01 -04:00
parent 09623ef864
commit c9cf496c49
9 changed files with 454 additions and 0 deletions

21
.clang-format Normal file
View File

@@ -0,0 +1,21 @@
---
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