https://github.com/jekyll/jekyll
Raw File
Tip revision: 67e34f7453df9d8234e2ddd09c81a52cb2d88bb5 authored by Pat Hawks on 07 August 2018, 21:09:05 UTC
Cache highlights
Tip revision: 67e34f7
.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