mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01: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
|
||
|
---
|
||
|
|