Mercurial > minori
diff .clang-format @ 15:cde8f67a7c7d
*: update, megacommit :)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 19 Sep 2023 22:36:08 -0400 |
parents | 5c0397762b53 |
children | 2743011a6042 |
line wrap: on
line diff
--- a/.clang-format Tue Sep 19 16:33:07 2023 -0400 +++ b/.clang-format Tue Sep 19 22:36:08 2023 -0400 @@ -1,22 +1,28 @@ --- BasedOnStyle: LLVM +UseTab: ForIndentation +PointerAlignment: Left +ColumnLimit: 120 IndentWidth: 4 TabWidth: 4 -UseTab: Always -PointerAlignment: Left +AccessModifierOffset: 4 + IndentCaseLabels: true +IndentAccessModifiers: true +IndentPPDirectives: AfterHash + BreakBeforeBraces: Attach BreakStringLiterals: true -AllowShortIfStatementsOnASingleLine: false -ColumnLimit: 120 + AlignAfterOpenBracket: Align -IndentAccessModifiers: true -AccessModifierOffset: 4 AlignArrayOfStructures: Left +AlignEscapedNewlines: DontAlign AlignConsecutiveMacros: Enabled: true AcrossEmptyLines: true AcrossComments: false + +AllowShortIfStatementsOnASingleLine: false AllowShortBlocksOnASingleLine: Empty AllowShortEnumsOnASingleLine: false AllowShortFunctionsOnASingleLine: InlineOnly