From: John Tsiombikas Date: Mon, 16 May 2022 05:02:27 +0000 (+0300) Subject: removed clang-format and clang_complete files from the repo X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=commitdiff_plain removed clang-format and clang_complete files from the repo --- 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