https://github.com/jekyll/jekyll
Raw File
Tip revision: 313ad449cdc230fc9d312f9c59734046b35484bc authored by Parker Moore on 02 March 2017, 17:48:31 UTC
Release :gem: 3.4.1
Tip revision: 313ad44
.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