Sun, 08 Jun 2025 14:35:19 +0200
1 files changed,
16 insertions(+),
0 deletions(-)
jump to
A
.clang-format
@@ -0,0 +1,16 @@
+BasedOnStyle: WebKit +IndentWidth: 4 +TabWidth: 4 +UseTab: Always +BreakBeforeBraces: Linux +AllowShortBlocksOnASingleLine: true +InsertBraces: true +IndentCaseLabels: false +ColumnLimit: 80 +AlignTrailingComments: true +AlignConsecutiveAssignments: Consecutive +SpacesBeforeTrailingComments: 2 +PointerAlignment: Right +SortUsingDeclarations: false +SortIncludes: false +ReflowComments: true