Revision 68dee159c57baea40a3e936e91082a62d56c69bf authored by jekyllbot on 07 February 2018, 10:11:47 UTC, committed by jekyllbot on 07 February 2018, 10:11:47 UTC
1 parent 4c9166a
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