1# http://editorconfig.org
2root = true
3
4[*]
5charset = utf-8
6indent_size = 2
7end_of_line = lf
8indent_style = space
9insert_final_newline = true
10trim_trailing_whitespace = true
11
12[*.md]
13max_line_length = 100
14trim_trailing_whitespace = false
15
16[COMMIT_EDITMSG]
17max_line_length = 0