https://github.com/jekyll/jekyll
Revision 2ac6397368d6d6b9b0ff7295a582a8c839d8fb76 authored by olivia on 25 February 2018, 17:00:42 UTC, committed by olivia on 25 February 2018, 17:01:09 UTC
1 parent 08b222b
Raw File
Tip revision: 2ac6397368d6d6b9b0ff7295a582a8c839d8fb76 authored by olivia on 25 February 2018, 17:00:42 UTC
Whoops, forgot the docs version
Tip revision: 2ac6397
.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