Revision 9bd3c81c4566bbb97d7b7f18193497b451312ab8 authored by vsavkin on 22 June 2015, 23:08:05 UTC, committed by vsavkin on 25 June 2015, 21:36:44 UTC
1 parent 8a5cf8f
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