Files
tree-sitter-jhcl/.editorconfig
2021-06-22 23:40:31 +02:00

11 lines
173 B
INI

root = true
[*.{cc,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