From 714282b52039b12225c8348ef7346d092676ffb1 Mon Sep 17 00:00:00 2001 From: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:01:01 +0000 Subject: Set a better `AccessModifierOffset` in `clang-format` (#619) Default appears to be -2, which causes clang-format to mix tabs and spaces --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index cb98dfc0..2ad2ec20 100644 --- a/.clang-format +++ b/.clang-format @@ -3,6 +3,7 @@ Standard: Cpp11 IndentWidth: 4 TabWidth: 4 UseCRLF: false +AccessModifierOffset: -4 AlignTrailingComments: false AllowAllConstructorInitializersOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: true -- cgit v1.2.3