https://github.com/jekyll/jekyll
Raw File
Tip revision: 65adc8dbed4b767ce0d5108ed8a24205a5608d47 authored by Matt Rogers on 20 August 2019, 14:48:04 UTC
Release :gem: 4.0.0
Tip revision: 65adc8d
.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