https://github.com/jekyll/jekyll
Raw File
Tip revision: e894f830fadbc0e9cbf7165b3005bcc543fbd59a authored by Frank Taillandier on 08 May 2020, 14:55:07 UTC
Release :gem: 3.8.7
Tip revision: e894f83
.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