Files
minihttp/.clang-format
T
2026-05-29 13:49:01 +02:00

11 lines
220 B
YAML

BasedOnStyle: LLVM
UseTab: Always
TabWidth: 4
IndentWidth: 4
IndentCaseLabels: true
ColumnLimit: 120
PointerAlignment: Right
AllowShortFunctionsOnASingleLine: None
InsertBraces: true
AllowShortBlocksOnASingleLine: Empty