lowcode-engine/.editorconfig
gengyang 049e6cb1d0 feat: 🎸 modify repo config & template config
add several config files to repo & template
2020-02-22 20:27:43 +08:00

13 lines
216 B
INI

# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
quote_type = single
[*.md]
trim_trailing_whitespace = false