https://github.com/jekyll/jekyll
Raw File
Tip revision: 91e00b20822842c80f2db06ab24dce63498845ae authored by Ashwin Maroli on 26 October 2022, 17:55:48 UTC
Release :gem: v4.3.1
Tip revision: 91e00b2
.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