From 7c1c1fc315f72a017c05c19d4d52c5eec3c1e85c Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 4 Jul 2024 16:08:43 -0400 Subject: [PATCH] Change indent size for odin-files in editor config to 4. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index afc361d..8e79f8b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,7 +18,7 @@ indent_size = 4 [*.odin] indent_style = tab -indent_size = 2 +indent_size = 4 charset = utf-8