tree-sitter/.editorconfig

19 lines
215 B
INI
Raw Normal View History

root = true
[*]
indent_style = space
indent_size = 2
tab_width = 8
end_of_line = lf
insert_final_newline = true
[*.rs]
indent_size = 4
2025-08-26 22:50:27 +03:00
[*.{zig,zon}]
indent_size = 4
[Makefile]
indent_style = tab
indent_size = 8