Files
nub-lang/src/runtime/.clang-format
nub31 19c309c494 ...
2025-06-27 15:55:32 +02:00

18 lines
376 B
YAML

IndentWidth: 4
# Pointer formatting
DerivePointerAlignment: false
PointerAlignment: Left
# Function formatting
AllowShortFunctionsOnASingleLine: None
# Control how short statements are placed
AllowShortBlocksOnASingleLine: Never
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
SeparateDefinitionBlocks: Always
BreakBeforeBraces: Stroustrup