Files
zyplayer-doc/zyplayer-doc-ui/dubbo-ui/.editorconfig

14 lines
225 B
INI
Raw Normal View History

2020-10-27 23:15:42 +08:00
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false