From 08a5f3441675c446482b473777cbba53d5191f20 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 21 Jun 2026 17:20:13 +0200 Subject: rework: add testing framework --- lib/.clang-format | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 lib/.clang-format (limited to 'lib/.clang-format') diff --git a/lib/.clang-format b/lib/.clang-format deleted file mode 100644 index b32bad6..0000000 --- a/lib/.clang-format +++ /dev/null @@ -1,45 +0,0 @@ ---- -AccessModifierOffset: -4 -AlignConsecutiveAssignments: 'true' -AlignConsecutiveDeclarations: 'true' -AlignEscapedNewlines: Left -AlignTrailingComments: 'true' -AlwaysBreakAfterReturnType: TopLevelDefinitions -BreakBeforeBraces: Stroustrup -BreakConstructorInitializers: BeforeComma -BreakInheritanceList: BeforeComma -ColumnLimit: '0' -CompactNamespaces: 'false' -Cpp11BracedListStyle: 'false' -FixNamespaceComments: 'true' -IncludeBlocks: Regroup -IncludeCategories: - - Regex: '^.*(precomp|pch|stdafx)' - Priority: -1 - - Regex: '^<.*>' - Priority: 1 - - Regex: '^".*"' - Priority: 2 - - Regex: '.*' - Priority: 3 -IndentCaseLabels: 'false' -IndentPPDirectives: AfterHash -IndentWidth: '4' -IndentWrappedFunctionNames: 'false' -KeepEmptyLinesAtTheStartOfBlocks: 'false' -PointerAlignment: Right -SortIncludes: 'true' -SpaceAfterCStyleCast: 'true' -SpaceAfterTemplateKeyword: 'false' -SpaceBeforeAssignmentOperators: 'true' -SpaceBeforeParens: ControlStatements -SpaceBeforeRangeBasedForLoopColon: 'false' -SpaceInEmptyParentheses: 'false' -SpacesInAngles: 'false' -SpacesInCStyleCastParentheses: 'false' -SpacesInConditionalStatement: 'true' -SpacesInParentheses: 'false' -Standard: Auto -TabWidth: '4' -UseTab: ForIndentation -... -- cgit v1.3