.editorconfig 269 字节
Newer Older
H
hulinNeil 已提交
1 2 3 4 5 6 7 8
# http://editorconfig.org

root = true

# all files
[*]
charset = utf-8
indent_style = space
fxy060608's avatar
fxy060608 已提交
9
indent_size = 2
雪洛's avatar
雪洛 已提交
10
end_of_line = crlf
H
hulinNeil 已提交
11 12 13 14 15 16
insert_final_newline = true
trim_trailing_whitespace = true

# md files
[*.md]
insert_final_newline = false
雪洛's avatar
雪洛 已提交
17
trim_trailing_whitespace = false