mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-28 20:43:42 +01:00
13 lines
316 B
Text
13 lines
316 B
Text
|
BasedOnStyle: LLVM
|
||
|
IndentWidth: 4
|
||
|
PointerAlignment: Right
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeRangeBasedForLoopColon: false
|
||
|
SpaceInEmptyBlock: false
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpaceBeforeParens: Never
|
||
|
IndentCaseBlocks: true
|
||
|
IncludeBlocks: Regroup
|
||
|
AllowShortBlocksOnASingleLine: Empty
|
||
|
ColumnLimit: 80
|