.editorconfig 245 Bytes
Newer Older
邓晓峰's avatar
邓晓峰 committed
1
# http://editorconfig.org
dengxiaofeng's avatar
dengxiaofeng committed
2 3 4 5 6
root = true

[*]
indent_style = space
indent_size = 2
邓晓峰's avatar
邓晓峰 committed
7 8
end_of_line = lf
charset = utf-8
dengxiaofeng's avatar
dengxiaofeng committed
9
trim_trailing_whitespace = true
邓晓峰's avatar
邓晓峰 committed
10
insert_final_newline = true
dengxiaofeng's avatar
dengxiaofeng committed
11 12 13

[*.md]
trim_trailing_whitespace = false
邓晓峰's avatar
邓晓峰 committed
14 15 16

[Makefile]
indent_style = tab