next-template/.editorconfig
Florian Bouillon 54d8217133
Updated
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-05-26 00:17:30 +02:00

14 lines
206 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false