Create .clang-format

This commit is contained in:
Adam
2025-03-29 13:24:47 +01:00
committed by GitHub
parent 4b00173fcf
commit 479cc85543

5
.clang-format Normal file
View File

@ -0,0 +1,5 @@
UseTab: Always
IndentWidth: 4
TabWidth: 4
AlignConsecutiveDeclarations: true
ConstructorInitializerIndentWidth: 4