From 251c856a12d50c770f2bbb665e2ef553decfad50 Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 25 Sep 2023 16:40:26 +0300 Subject: [PATCH] update clang format again --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index c605698e..c8c345f6 100644 --- a/.clang-format +++ b/.clang-format @@ -1,6 +1,6 @@ --- Language: Cpp -# BasedOnStyle: Google +BasedOnStyle: Google AccessModifierOffset: -4 Standard: c++17 IndentWidth: 4