Revision b6e3e739d925a63922d8ecadf7ae1f72efd5c144 authored by jekyllbot on 05 April 2018, 20:26:31 UTC, committed by jekyllbot on 05 April 2018, 20:26:31 UTC
1 parent 37b729f
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