From adef422b419561f23ec014d74cb4cf5cdda8a40d Mon Sep 17 00:00:00 2001 From: Laurent Dubois Date: Fri, 3 Apr 2026 21:08:14 +0200 Subject: [PATCH] style(config): update indent_size to 2 in .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2d9d4aa..53cb918 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,4 +15,4 @@ trim_trailing_whitespace = false indent_style = tab [*.{py,go,java,kt}] -indent_size = 4 +indent_size = 2