Add editorconfig
This commit is contained in:
parent
3c5c46855f
commit
87e9891a8b
13
.editorconfig
Normal file
13
.editorconfig
Normal 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
|
Reference in a new issue