Add .editorconfig

This commit is contained in:
IjzerenHein
2016-03-08 12:03:48 +01:00
committed by Nicolas Gallagher
parent b3d7332ddd
commit 77d201988d

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
# EditorConfig: http://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2