From c2a04aaa48da2a34742fce66a9f66fc93cb26861 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Mon, 16 May 2022 08:02:27 +0300 Subject: [PATCH] removed clang-format and clang_complete files from the repo --- .clang-format | 33 --------------------------------- .clang_complete | 4 ---- 2 files changed, 37 deletions(-) delete mode 100644 .clang-format delete mode 100644 .clang_complete diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 5788564..0000000 --- a/.clang-format +++ /dev/null @@ -1,33 +0,0 @@ -UseCRLF: false -UseTab: Always -TabWidth: 4 -IndentWidth: 4 -ColumnLimit: 95 -SortIncludes: Never -SpaceBeforeParens: Never -BreakBeforeBraces: Custom -BraceWrapping: - AfterFunction: true -AlignAfterOpenBracket: DontAlign -AlignConsecutiveAssignments: None -AlignConsecutiveMacros: AcrossEmptyLines -AlignEscapedNewlines: DontAlign -AlignOperands: DontAlign -AllowAllArgumentsOnNextLine: false -AllowAllParametersOfDeclarationOnNextLine: false -AllowShortEnumsOnASingleLine: true -AllowShortIfStatementsOnASingleLine: WithoutElse -AllowShortLoopsOnASingleLine: true -BinPackArguments: true -BinPackParameters: true -BreakBeforeBinaryOperators: NonAssignment -BreakStringLiterals: true -SpaceInEmptyParentheses: false -IndentCaseLabels: false -ReflowComments: true -PointerAlignment: Right -SpacesInCStyleCastParentheses: false -SpaceAfterCStyleCast: false -PenaltyBreakAssignment: 1000 -SpaceBeforeParens: Never -SpaceAfterLogicalNot: false diff --git a/.clang_complete b/.clang_complete deleted file mode 100644 index e2c26a4..0000000 --- a/.clang_complete +++ /dev/null @@ -1,4 +0,0 @@ --x c --Isrc --Isrc/dos --Isrc/dos/stl -- 1.7.10.4