blob: 6e87a003da89defd554080af5af93600cc9f91fe [file] [log] [blame]
Lvbo163f721b1a2017-08-23 17:27:33 +08001# Editor configuration, see http://editorconfig.org
2root = true
3
4[*]
5charset = utf-8
6indent_style = space
YuanHu59884c72018-03-27 17:58:42 +08007indent_size = 2
Lvbo163f721b1a2017-08-23 17:27:33 +08008insert_final_newline = true
9trim_trailing_whitespace = true
10
11[*.md]
12max_line_length = off
13trim_trailing_whitespace = false