From 55ea7fe996ddcdc475c7e7cebbe6d18fdffc7c2f Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 27 Jul 2022 23:42:44 +0200 Subject: [PATCH] move clang files --- .clang-format => c_os/.clang-format | 2 +- .clang-tidy => c_os/.clang-tidy | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .clang-format => c_os/.clang-format (99%) rename .clang-tidy => c_os/.clang-tidy (100%) diff --git a/.clang-format b/c_os/.clang-format similarity index 99% rename from .clang-format rename to c_os/.clang-format index e56b1a1..1e15444 100755 --- a/.clang-format +++ b/c_os/.clang-format @@ -111,7 +111,7 @@ SpaceAfterCStyleCast: false SpaceAfterLogicalNot: false SpaceAfterTemplateKeyword: false SpaceAroundPointerQualifiers: Default -SpaceBeforeAssignmentOperators: false +SpaceBeforeAssignmentOperators: true SpaceBeforeCaseColon: false SpaceBeforeCpp11BracedList: false SpaceBeforeCtorInitializerColon: false diff --git a/.clang-tidy b/c_os/.clang-tidy similarity index 100% rename from .clang-tidy rename to c_os/.clang-tidy