Files
tree-sitter-jhcl/.editorconfig

11 lines
172 B
INI

root = true
[*.{c,txt,js}]
indent_style = space
indent_size = 2
tab_width = 8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8