https://github.com/jekyll/jekyll
Raw File
Tip revision: b0c591a3f2c8f47bdfc8a54774f1bb8e76f6f2a7 authored by Pat Hawks on 28 October 2016, 01:30:32 UTC
Add Inline Markdown converter
Tip revision: b0c591a
.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