Add editorconfig, for consistent Markdown formatting.

This commit is contained in:
Jarno Rantanen 2016-01-23 10:33:28 +02:00
parent ac09439454
commit a7a2ad2d7c

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
# see: http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4