https://github.com/jekyll/jekyll
Raw File
Tip revision: 35848b9c06318bd283deb70092affa85022a54c7 authored by Parker Moore on 11 April 2022, 20:22:14 UTC
Handle Liquid v4 'empty' and 'blank' values explicitly
Tip revision: 35848b9
.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