From b73a789dfe2b7361d9fce7d6755d14e44f6d9d57 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 16 Nov 2025 20:57:29 +0900 Subject: .clang-format: increase indent width This significantly increases readability. This patch is pretty big so it is being done after mostly everything has settled. Signed-off-by: Ophestra --- .clang-format | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 594a340e..ea649c2b 100644 --- a/.clang-format +++ b/.clang-format @@ -1 +1,2 @@ ColumnLimit: 0 +IndentWidth: 4 -- cgit v1.3.1