vengi/.editorconfig

10 lines
184 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
vc_generate_documentation_comments = doxygen_slash_star
charset = utf-8