vue-ldap-ui/.editorconfig

20 lines
297 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
[*.{cjs, js, ts, py, json, yml, css, html, vue}]
indent_size = 4
max_line_length = 120
trim_trailing_whitespace = true
[*.{md, txt}]
indent_size = 4
[Makefile]
indent_style = tab
indent_size = 4