Jpom/.editorconfig

27 lines
376 B
INI
Raw Normal View History

2021-07-22 20:16:51 +08:00
# http://editorconfig.org
root = true
[*]
indent_style = tab
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
2021-07-29 08:27:45 +08:00
max_line_length = 200
2021-07-22 20:16:51 +08:00
2021-07-29 08:27:45 +08:00
[*.{json, yml}]
2021-07-22 20:16:51 +08:00
indent_style = space
indent_size = 2
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
[*.bat]
end_of_line = crlf
2021-07-31 11:49:05 +08:00
[*.vue]
indent_style = space
indent_size = 2