Revision 1a398c48b8d22f54083f9c220fa1808fd4808789 authored by jekyllbot on 15 November 2017, 15:19:40 UTC, committed by jekyllbot on 15 November 2017, 15:19:40 UTC
1 parent 9431fdb
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