From 5d20a5765d980d8491c6506c467c7b6db8b2792c Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:37:00 -0500 Subject: [PATCH] don't indent access modifiers --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index b4356a0d3..44397b42f 100644 --- a/.clang-format +++ b/.clang-format @@ -1,3 +1,4 @@ BasedOnStyle: Google IndentWidth: 4 +AccessModifierOffset: -4 SortIncludes: false # FIXME: https://github.com/4jcraft/4jcraft/issues/225 \ No newline at end of file