https://github.com/jekyll/jekyll
Raw File
Tip revision: 45885171924bf57bb5fc5dfff482c66d178fd592 authored by Parker Moore on 27 September 2021, 15:52:30 UTC
Add 'signin' to allowed words for spell check
Tip revision: 4588517
.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