Files
cleonos/.clang-format
2026-04-18 20:04:52 +08:00

15 lines
289 B
YAML

---
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 120
BreakBeforeBraces: Attach
PointerAlignment: Right
SortIncludes: Never
AllowShortIfStatementsOnASingleLine: Never
AllowShortFunctionsOnASingleLine: Empty
SpaceBeforeParens: ControlStatements
...