Revision 5275a28a4f6b21842e3cc804a004269ff99ecc73 authored by Victor Berchet on 17 June 2015, 17:30:08 UTC, committed by Victor Berchet on 17 June 2015, 18:24:54 UTC
1 parent df6aced
Raw File
.editorconfig
# http://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top