diff --git a/opae-libs/tests/xfpga/.clang-format b/opae-libs/tests/xfpga/.clang-format deleted file mode 100644 index 68740ba..0000000 --- a/opae-libs/tests/xfpga/.clang-format +++ /dev/null @@ -1,2 +0,0 @@ ---- -BasedOnStyle: Google \ No newline at end of file diff --git a/tests/.clang-format b/tests/.clang-format deleted file mode 100644 index 68740ba..0000000 --- a/tests/.clang-format +++ /dev/null @@ -1,2 +0,0 @@ ---- -BasedOnStyle: Google \ No newline at end of file diff --git a/tools/argsfilter/.clang-format b/tools/argsfilter/.clang-format deleted file mode 100644 index e479d3f..0000000 --- a/tools/argsfilter/.clang-format +++ /dev/null @@ -1,22 +0,0 @@ ---- -BasedOnStyle: LLVM -Language: Cpp -IndentWidth: 8 -UseTab: Always -BreakBeforeBraces: Linux -AlwaysBreakBeforeMultilineStrings: true -AllowShortIfStatementsOnASingleLine: false -AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -IndentCaseLabels: false -AlignEscapedNewlinesLeft: false -AlignTrailingComments: true -AllowAllParametersOfDeclarationOnNextLine: false -AlignAfterOpenBracket: true -SpaceAfterCStyleCast: false -MaxEmptyLinesToKeep: 2 -BreakBeforeBinaryOperators: NonAssignment -BreakStringLiterals: false -SortIncludes: false -ContinuationIndentWidth: 8 -