lumen-generators/.editorconfig

15 lines
172 B
INI
Raw Normal View History

2017-01-18 22:36:03 +03:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
[*.php]
charset = utf-8
indent_size = 4
[*.{json,yml}]
charset = utf-8
indent_size = 2