mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-29 10:17:45 +08:00
17 lines
248 B
INI
17 lines
248 B
INI
# http://editorconfig.org
|
|
|
|
root = true
|
|
lib
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = false
|