Revision 7508da11c174ca4ada21ee1e3f4ea3a04cd8406f authored by jekyllbot on 10 March 2018, 02:09:57 UTC, committed by jekyllbot on 10 March 2018, 02:09:57 UTC
1 parent e1b64f9
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