add .editorconfig
This commit is contained in:
parent
102a01354b
commit
2aec1b030c
|
@ -0,0 +1,6 @@
|
|||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.php]
|
||||
indent_style = tab
|
Loading…
Reference in New Issue