mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 18:44:01 +00:00
15 lines
289 B
YAML
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
|
|
...
|