Revision ebcd8306938d46b8053d295299462e080be839f6 authored by Ana María Martínez Gómez on 05 March 2018, 22:15:59 UTC, committed by jekyllbot on 05 March 2018, 22:15:59 UTC
1 parent 5b77850
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