mirror of
https://github.com/youssefnoob003/SindriKit
synced 2026-07-07 21:57:09 +00:00
19 lines
415 B
YAML
19 lines
415 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
ColumnLimit: 120
|
|
AlignConsecutiveDeclarations: true
|
|
AlignConsecutiveAssignments: true
|
|
AlignConsecutiveMacros: true
|
|
PointerAlignment: Right
|
|
BreakBeforeBraces: Attach
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortBlocksOnASingleLine: false
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
MaxEmptyLinesToKeep: 1
|
|
SortIncludes: true
|
|
IncludeBlocks: Regroup
|
|
---
|