Revision 68315cea8ad317483914163f0b158ff2b2c61f38 authored by ashmaroli on 14 March 2018, 10:52:30 UTC, committed by jekyllbot on 14 March 2018, 10:52:30 UTC
1 parent 6f2a291
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