https://github.com/jekyll/jekyll
Raw File
Tip revision: 7f560e2249abd9e6794dbfc729a7d525c283b222 authored by Ashwin Maroli on 18 August 2021, 12:44:06 UTC
Override does not work yet
Tip revision: 7f560e2
.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