Revision 6fc2cfea6e789c9cf0d3f20ecbf63fca66460fae authored by Ashwin Maroli on 16 April 2018, 10:40:53 UTC, committed by Ashwin Maroli on 16 April 2018, 10:40:53 UTC
1 parent 3f98a74
Raw File
.editorconfig
# editorconfig.org

root = true

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

[*.md]
trim_trailing_whitespace = false
back to top