diff --git a/src/.clang-format b/src/.clang-format deleted file mode 100644 index 9c35950..0000000 --- a/src/.clang-format +++ /dev/null @@ -1,19 +0,0 @@ ---- -Language: Cpp -Standard: Cpp11 -BasedOnStyle: LLVM -TabWidth: 8 -IndentWidth: 8 -UseTab: ForIndentation -AllowShortBlocksOnASingleLine: true -AllowShortCaseLabelsOnASingleLine: true -AllowShortFunctionsOnASingleLine: All -AllowShortIfStatementsOnASingleLine: true -AllowShortLoopsOnASingleLine: true -BreakBeforeBinaryOperators: NonAssignment -BreakBeforeBraces: Linux -IndentCaseLabels: true -PointerAlignment: Left -ColumnLimit: 0 -... -