tree-sitter/.editorconfig
dundargoc bd404bb223 build: add editorconfig
Having editor-agnostic styling is useful.
2024-02-11 13:03:58 +01:00

15 lines
184 B
INI

root = true
[*]
indent_style = space
indent_size = 2
tab_width = 8
end_of_line = lf
insert_final_newline = true
[*.rs]
indent_size = 4
[Makefile]
indent_style = tab
indent_size = 8