difftastic/vendored_parsers/tree-sitter-hcl/.editorconfig

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