🔧 Create a .editorconfig

See https://editorconfig.org/
This commit is contained in:
Pierre Goiffon
2019-06-07 15:22:21 +02:00
parent 616c1b9b73
commit ecd8f40c0f

19
.editorconfig Normal file
View File

@@ -0,0 +1,19 @@
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=false
indent_style=space
indent_size=4
[*.scss]
indent_style=tab
tab_width=4
[{*.cjs,*.js}]
indent_style=tab
tab_width=4
[{*.module,*.hphp,*.phtml,*.php5,*.php4,*.php,*.inc}]
indent_style=tab
tab_width=4