https://github.com/jekyll/jekyll
Raw File
Tip revision: b8d76f9ee106f7fd97e6b3eb48a3a17a96795dfe authored by dependabot[bot] on 22 October 2023, 16:50:10 UTC
Bump check-spelling/check-spelling from 0.0.21 to 0.0.22
Tip revision: b8d76f9
.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