antv-l7/.editorconfig

17 lines
245 B
INI
Raw Permalink Normal View History

# http://editorconfig.org
2018-10-23 19:32:42 +08:00
root = true
[*]
indent_style = space
indent_size = 2
2018-10-23 19:32:42 +08:00
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
2018-10-23 19:32:42 +08:00
[Makefile]
indent_style = tab