Files
nub-os/.clang-format
2025-08-29 15:30:30 +02:00

20 lines
416 B
YAML

IndentWidth: 4
ColumnLimit: 100
# 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: true