blob: ea6e20f5b2e79f76a0032c30d99b9fcd346232fd [file] [log] [blame]
huibing.xie1f1606f2018-08-20 15:46:55 +08001# http://editorconfig.org
2root = true
3
4[*]
5charset = utf-8
6indent_style = space
7indent_size = 2
8end_of_line = lf
9insert_final_newline = true
10trim_trailing_whitespace = true
11
12[*.md]
13insert_final_newline = false
14trim_trailing_whitespace = false