1
0
C-bytebeat-render/.clang-format

12 lines
331 B
Plaintext
Raw Normal View History

2023-11-17 00:31:41 +05:30
BasedOnStyle: Mozilla
AlignAfterOpenBracket: AlwaysBreak
AlignConsecutiveAssignments: false
AlignTrailingComments: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BreakBeforeBinaryOperators: None
ColumnLimit: 80
IndentWidth: 4
SpaceBeforeRangeBasedForLoopColon: false
TabWidth: 4
UseTab: Always