ant-design-vue/.editorconfig

11 lines
171 B
INI
Raw Normal View History

2019-03-17 14:42:59 +08:00
# 🎨 editorconfig.org
2017-10-26 15:18:08 +08:00
root = true
[*]
charset = utf-8
2019-03-17 14:42:59 +08:00
end_of_line = lf
2017-10-26 15:18:08 +08:00
indent_style = space
indent_size = 2
2019-03-17 14:42:59 +08:00
trim_trailing_whitespace = true
insert_final_newline = true