Revision 46b2501df6b7e3e2f101bdb7c4d3d4701f7fd785 authored by jekyllbot on 24 November 2017, 08:43:37 UTC, committed by GitHub on 24 November 2017, 08:43:37 UTC
1 parent cebcff1
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