Files
cleonos/.clang-format

15 lines
289 B
Plaintext
Raw Permalink Normal View History

2026-04-18 20:04:52 +08:00
---
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 120
BreakBeforeBraces: Attach
PointerAlignment: Right
SortIncludes: Never
AllowShortIfStatementsOnASingleLine: Never
AllowShortFunctionsOnASingleLine: Empty
SpaceBeforeParens: ControlStatements
...