mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-04 03:29:33 +08:00
14 lines
190 B
INI
14 lines
190 B
INI
|
# editorconfig.org
|
||
|
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|
||
|
indent_style = tab
|
||
|
|
||
|
[*.md]
|
||
|
trim_trailing_whitespace = false
|