https://github.com/jekyll/jekyll
Raw File
Tip revision: f714b69e5e8be2a01c5593e6435fcb45c23b3358 authored by Parker Moore on 13 February 2024, 05:37:32 UTC
Merge pull request #9551 from jekyll/3.9.5-release-post
Tip revision: f714b69
.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