https://github.com/jekyll/jekyll
Revision 2765f0fcb998b26241ec0f512f789586ee98b679 authored by jekyllbot on 10 April 2018, 15:00:15 UTC, committed by jekyllbot on 10 April 2018, 15:00:15 UTC
1 parent 36fbcaa
Raw File
Tip revision: 2765f0fcb998b26241ec0f512f789586ee98b679 authored by jekyllbot on 10 April 2018, 15:00:15 UTC
Update history to reflect merge of #6910 [ci skip]
Tip revision: 2765f0f
.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