From b618511ef906b398794282e5e945a91e828dba9f Mon Sep 17 00:00:00 2001 From: Chinmay Dalal Date: Sat, 20 Dec 2025 16:08:37 -0500 Subject: [PATCH] fix(editorconfig): use 4 spaces indentation for zig files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0937a15167..66f2e99d19 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,9 @@ tab_width = 8 end_of_line = lf insert_final_newline = true +[*.zig] +indent_size = 4 + [*.{c,h,in,lua}] max_line_length = 100