closes #15 closes #16 Reviewed-on: http://192.168.1.227:3000/sfrembling/pallet/pulls/28 Co-authored-by: godsfryingpan <sfrembling@gmail.com> Co-committed-by: godsfryingpan <sfrembling@gmail.com>
24 lines
468 B
YAML
24 lines
468 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
ColumnLimit: 100
|
|
|
|
BreakBeforeBraces: Attach
|
|
BraceWrapping:
|
|
AfterFunction: false
|
|
AfterControlStatement: false
|
|
|
|
SpaceAfterCStyleCast: false
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceInEmptyParentheses: false
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
AlignConsecutiveAssignments: Consecutive
|
|
AlignConsecutiveDeclarations: Consecutive
|
|
|
|
PointerAlignment: Right
|
|
|
|
SortIncludes: CaseSensitive
|
|
IncludeBlocks: Regroup
|