Files
tree-sitter-jhcl/.editorconfig

11 lines
173 B
INI
Raw Normal View History

root = true
2021-06-22 23:40:31 +02:00
[*.{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