Mercurial > minori
comparison .clang-format @ 36:2743011a6042
*: mass update
formatted all source files, converted ALL instances of setStyleSheet() to
palettes and fonts (stylesheets suck), and I changed the clang-format file because
it wasn't working on my laptop for some reason.
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Thu, 21 Sep 2023 15:17:47 -0400 |
parents | cde8f67a7c7d |
children | 6f7385bd334c |
comparison
equal
deleted
inserted
replaced
35:329b7921a6be | 36:2743011a6042 |
---|---|
15 BreakStringLiterals: true | 15 BreakStringLiterals: true |
16 | 16 |
17 AlignAfterOpenBracket: Align | 17 AlignAfterOpenBracket: Align |
18 AlignArrayOfStructures: Left | 18 AlignArrayOfStructures: Left |
19 AlignEscapedNewlines: DontAlign | 19 AlignEscapedNewlines: DontAlign |
20 AlignConsecutiveMacros: | 20 AlignConsecutiveMacros: true |
21 Enabled: true | |
22 AcrossEmptyLines: true | |
23 AcrossComments: false | |
24 | 21 |
25 AllowShortIfStatementsOnASingleLine: false | 22 AllowShortIfStatementsOnASingleLine: false |
26 AllowShortBlocksOnASingleLine: Empty | 23 AllowShortBlocksOnASingleLine: Empty |
27 AllowShortEnumsOnASingleLine: false | 24 AllowShortEnumsOnASingleLine: false |
28 AllowShortFunctionsOnASingleLine: InlineOnly | 25 AllowShortFunctionsOnASingleLine: InlineOnly |