b119478ce3
cards.dat has been replaced with cards.ini there are no more plugins though plugin support still exists card reading is not yet implemented 08.18/amauth support is not yet implemented
22 lines
620 B
YAML
22 lines
620 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: ForIndentation
|
|
IndentCaseLabels: False
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 200
|
|
AlignConsecutiveAssignments: Consecutive
|
|
AlignConsecutiveMacros: Consecutive
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortCaseLabelsOnASingleLine: True
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
SpaceAfterTemplateKeyword: True
|
|
SpacesInAngles: Never
|
|
SpaceBeforeParens: Always
|
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
|
RemoveBracesLLVM: True
|
|
AlignEscapedNewlines: Left
|
|
AccessModifierOffset: -4
|