Collab_RPG/.clang-format

14 lines
352 B
Text
Raw Normal View History

2024-07-29 11:36:11 +02:00
BasedOnStyle: LLVM
IndentWidth: 4
PointerAlignment: Right
SpaceBeforeAssignmentOperators: true
SpaceBeforeRangeBasedForLoopColon: false
SpaceInEmptyBlock: false
SpaceInEmptyParentheses: false
SpaceBeforeParens: Never
IndentCaseBlocks: true
IncludeBlocks: Regroup
AllowShortBlocksOnASingleLine: Empty
2024-07-29 21:08:55 +02:00
ColumnLimit: 80
2024-08-01 19:14:29 +02:00
AllowShortEnumsOnASingleLine: false