From 80318e2a9c762013c9c7a210311617d9b7c8c016 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Tue, 8 Sep 2020 19:04:02 -0500 Subject: [PATCH] chore(format): configure AccessModifierOffset --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 8ceba92..8a16ee4 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,6 @@ --- Language: Cpp +AccessModifierOffset: 0 AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false AllowShortBlocksOnASingleLine: Never