fix(editorconfig): use 4 spaces indentation for zig files

This commit is contained in:
Chinmay Dalal
2025-12-20 16:08:37 -05:00
parent 6d9031390c
commit b618511ef9
+3
View File
@@ -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