mirror of
https://git.ari.lt/ari/forgejo-stats.git
synced 2024-11-14 13:22:38 +00:00
d2bbc76d8f
Signed-off-by: Ari Archer <ari@ari.lt>
19 lines
454 B
YAML
19 lines
454 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
SortIncludes: false
|
|
AlignConsecutiveAssignments: true
|
|
AlignConsecutiveBitFields: true
|
|
AlignConsecutiveMacros: true
|
|
AlignEscapedNewlines: true
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortEnumsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: true
|
|
AllowShortLambdasOnASingleLine: true
|
|
BinPackParameters: false
|
|
IndentCaseBlocks: true
|
|
IndentCaseLabels: true
|
|
IndentExternBlock: true
|
|
IndentGotoLabels: true
|
|
---
|
|
|