mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-28 23:15:11 +08:00
15 lines
289 B
INI
15 lines
289 B
INI
|
|
# http://editorconfig.org/
|
||
|
|
root = true
|
||
|
|
|
||
|
|
[*]
|
||
|
|
charset = utf-8
|
||
|
|
end_of_line = lf
|
||
|
|
indent_size = 2
|
||
|
|
indent_style = space
|
||
|
|
insert_final_newline = true
|
||
|
|
trim_trailing_whitespace = true
|
||
|
|
|
||
|
|
[{**/{actual,fixtures,expected,templates}/**,*.md}]
|
||
|
|
trim_trailing_whitespace = false
|
||
|
|
insert_final_newline = false
|