From 2ae34b67e36b8ba05132d481876eb4ed7a826283 Mon Sep 17 00:00:00 2001 From: BobTheBob9 Date: Thu, 7 Jul 2022 21:31:41 +0100 Subject: almost fully replaced hooking lib --- .clang-format | 72 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 36 insertions(+), 36 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 0c08cabd..5210f9d7 100644 --- a/.clang-format +++ b/.clang-format @@ -1,36 +1,36 @@ -Language: Cpp -Standard: Cpp11 -IndentWidth: 4 -TabWidth: 4 -UseCRLF: false -AlignTrailingComments: false -AllowAllConstructorInitializersOnNextLine: false -AllowAllParametersOfDeclarationOnNextLine: true -AllowShortFunctionsOnASingleLine: Empty -AlwaysBreakAfterDefinitionReturnType: None -AlwaysBreakAfterReturnType: None -AlwaysBreakTemplateDeclarations: No -BinPackArguments: false -BinPackParameters: false -ExperimentalAutoDetectBinPacking: false -IndentCaseLabels: false -ObjCBinPackProtocolList: Auto -SpacesInSquareBrackets: false -SpacesInParentheses: false -SpaceAfterCStyleCast: false -SpaceInEmptyParentheses: false -SpaceAfterLogicalNot: false -SpaceBeforeAssignmentOperators: true -SpaceBeforeCpp11BracedList: true -SpaceBeforeCtorInitializerColon: true -SpaceBeforeInheritanceColon: true -SpaceBeforeParens: ControlStatements -SpaceBeforeRangeBasedForLoopColon: true -UseTab: Always -ColumnLimit: 140 -BreakBeforeBraces: Allman -AlignAfterOpenBracket: AlwaysBreak -IndentExternBlock: Indent -PointerAlignment: Left -SortIncludes: false -NamespaceIndentation: All +Language: Cpp +Standard: Cpp11 +IndentWidth: 4 +TabWidth: 4 +UseCRLF: false +AlignTrailingComments: false +AllowAllConstructorInitializersOnNextLine: false +AllowAllParametersOfDeclarationOnNextLine: true +AllowShortFunctionsOnASingleLine: Empty +AlwaysBreakAfterDefinitionReturnType: None +AlwaysBreakAfterReturnType: None +AlwaysBreakTemplateDeclarations: No +BinPackArguments: false +BinPackParameters: false +ExperimentalAutoDetectBinPacking: false +IndentCaseLabels: false +ObjCBinPackProtocolList: Auto +SpacesInSquareBrackets: false +SpacesInParentheses: false +SpaceAfterCStyleCast: false +SpaceInEmptyParentheses: false +SpaceAfterLogicalNot: false +SpaceBeforeAssignmentOperators: true +SpaceBeforeCpp11BracedList: true +SpaceBeforeCtorInitializerColon: true +SpaceBeforeInheritanceColon: true +SpaceBeforeParens: ControlStatements +SpaceBeforeRangeBasedForLoopColon: true +UseTab: Always +ColumnLimit: 140 +BreakBeforeBraces: Allman +AlignAfterOpenBracket: AlwaysBreak +IndentExternBlock: Indent +PointerAlignment: Left +SortIncludes: false +NamespaceIndentation: All -- cgit v1.2.3