mirror of https://github.com/syswonder/ruxos
17 lines
374 B
YAML
17 lines
374 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 100
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortLoopsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AlignConsecutiveMacros: true
|
|
AlignEscapedNewlines: Left
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterFunction: true
|
|
PointerAlignment: Right
|
|
---
|