Files
nub-os/.clang-format
nub31 d11c1072f9 ...
2025-08-23 15:52:54 +02:00

21 lines
418 B
YAML

IndentWidth: 4
ColumnLimit: 120
# 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: Allman
Cpp11BracedListStyle: false