From f8b63aafac693831042769e1e822cd5f14b4b730 Mon Sep 17 00:00:00 2001 From: "A.M. Rowsell" Date: Sat, 4 Apr 2026 00:30:29 -0400 Subject: [PATCH] chore: update .editorconfig to match indentation size in .clang-format --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f267605..5b9877a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ trim_trailing_whitespace = true [*.c] ident_style = space -ident_size = 4 +ident_size = 2 [Makefile*] ident_style = tab -- 2.43.0