Revision ef027be97ed9b7b9326adec9949e91f46849a87b authored by jekyllbot on 10 April 2018, 13:21:26 UTC, committed by jekyllbot on 10 April 2018, 13:21:26 UTC
1 parent 748051f
Raw File
.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