comparison .clang-format @ 15:cde8f67a7c7d

*: update, megacommit :)
author Paper <mrpapersonic@gmail.com>
date Tue, 19 Sep 2023 22:36:08 -0400
parents 5c0397762b53
children 2743011a6042
comparison
equal deleted inserted replaced
14:a29c9402faf0 15:cde8f67a7c7d
1 --- 1 ---
2 BasedOnStyle: LLVM 2 BasedOnStyle: LLVM
3 UseTab: ForIndentation
4 PointerAlignment: Left
5 ColumnLimit: 120
3 IndentWidth: 4 6 IndentWidth: 4
4 TabWidth: 4 7 TabWidth: 4
5 UseTab: Always 8 AccessModifierOffset: 4
6 PointerAlignment: Left 9
7 IndentCaseLabels: true 10 IndentCaseLabels: true
11 IndentAccessModifiers: true
12 IndentPPDirectives: AfterHash
13
8 BreakBeforeBraces: Attach 14 BreakBeforeBraces: Attach
9 BreakStringLiterals: true 15 BreakStringLiterals: true
10 AllowShortIfStatementsOnASingleLine: false 16
11 ColumnLimit: 120
12 AlignAfterOpenBracket: Align 17 AlignAfterOpenBracket: Align
13 IndentAccessModifiers: true
14 AccessModifierOffset: 4
15 AlignArrayOfStructures: Left 18 AlignArrayOfStructures: Left
19 AlignEscapedNewlines: DontAlign
16 AlignConsecutiveMacros: 20 AlignConsecutiveMacros:
17 Enabled: true 21 Enabled: true
18 AcrossEmptyLines: true 22 AcrossEmptyLines: true
19 AcrossComments: false 23 AcrossComments: false
24
25 AllowShortIfStatementsOnASingleLine: false
20 AllowShortBlocksOnASingleLine: Empty 26 AllowShortBlocksOnASingleLine: Empty
21 AllowShortEnumsOnASingleLine: false 27 AllowShortEnumsOnASingleLine: false
22 AllowShortFunctionsOnASingleLine: InlineOnly 28 AllowShortFunctionsOnASingleLine: InlineOnly
23 AllowShortCaseLabelsOnASingleLine: true 29 AllowShortCaseLabelsOnASingleLine: true
24 30