Update .clang-format

This commit is contained in:
wheremyfoodat
2023-06-15 11:44:49 +03:00
committed by GitHub
parent dd0831361d
commit 9095bf4445

View File

@@ -5,10 +5,10 @@ AccessModifierOffset: -2
TabWidth: 4 TabWidth: 4
NamespaceIndentation: All NamespaceIndentation: All
UseTab: ForContinuationAndIndentation UseTab: ForContinuationAndIndentation
AllowShortEnumsOnASingleLine: false AllowShortEnumsOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: false AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: false AllowShortIfStatementsOnASingleLine: true
Cpp11BracedListStyle: true Cpp11BracedListStyle: true
PackConstructorInitializers: BinPack PackConstructorInitializers: BinPack
AlignAfterOpenBracket: BlockIndent AlignAfterOpenBracket: BlockIndent