blob: e717f5eb6387be229227ad8eba6a56f4cd904ade [file] [log] [blame]
Matteo Scandolo7cd88ba2015-12-16 14:23:08 -08001# http://editorconfig.org
2root = true
3
4[*]
5indent_style = space
6indent_size = 2
7end_of_line = lf
8charset = utf-8
9trim_trailing_whitespace = true
10insert_final_newline = true
11
12[*.md]
13trim_trailing_whitespace = false