Add editorconfig

This commit is contained in:
Oliver Davies 2016-06-24 02:18:54 +01:00
parent 3c5c46855f
commit 87e9891a8b

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[{*.html,*.twig,*.coffee,*.php,*.feature,*.yml}]
indent_style = space
indent_size = 4
[{package.json,bower.json}]
indent_style = space
indent_size = 2