https://github.com/jekyll/jekyll
Revision d3418738ad71e979a2ac136ccc27524b1f20c314 authored by jekyllbot on 03 April 2018, 16:27:57 UTC, committed by jekyllbot on 03 April 2018, 16:27:57 UTC
1 parent 90e9ae3
Raw File
Tip revision: d3418738ad71e979a2ac136ccc27524b1f20c314 authored by jekyllbot on 03 April 2018, 16:27:57 UTC
Update history to reflect merge of #6896 [ci skip]
Tip revision: d341873
.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