This commit is contained in:
nub31
2025-06-26 12:53:13 +02:00
parent 34ac247eff
commit e4f052b883
45 changed files with 5562 additions and 0 deletions

17
src/runtime/.clang-format Normal file
View File

@@ -0,0 +1,17 @@
IndentWidth: 4
# Pointer formatting
DerivePointerAlignment: false
PointerAlignment: Left
# Function formatting
AllowShortFunctionsOnASingleLine: None
# Control how short statements are placed
AllowShortBlocksOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
SeparateDefinitionBlocks: Always
BreakBeforeBraces: Stroustrup