https://github.com/jekyll/jekyll
Raw File
Tip revision: 1898ced3c465321c3bc7d2dfb9f5a7b976e59bef authored by Alexey Pelykh on 25 September 2017, 14:59:39 UTC
Added docs for enhanced link tag
Tip revision: 1898ced
.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