commit b618511ef906b398794282e5e945a91e828dba9f parent 6d9031390cfc06300d60f96f63ba2bd95b4c7b3b Author: Chinmay Dalal <dalal.chinmay.0101@gmail.com> Date: Sat, 20 Dec 2025 16:08:37 -0500 fix(editorconfig): use 4 spaces indentation for zig files Diffstat:
| M | .editorconfig | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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