mirror of
https://git.ari.lt/ari/forgejo-stats.git
synced 2024-11-09 11:02:37 +00:00
20 lines
454 B
Text
20 lines
454 B
Text
|
---
|
||
|
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
|
||
|
---
|
||
|
|