https://github.com/jekyll/jekyll
Raw File
Tip revision: 31e64b9fe9701674b9d68d0311e95fc5542855ee authored by olivia on 03 April 2018, 11:34:57 UTC
Release :gem: 3.8.0.pre.rc1
Tip revision: 31e64b9
.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