php-ml/.editorconfig

10 lines
136 B
INI

root = true
[*]
end_of_line = lf
charset = utf-8
max_line_length = 80
indent_style = space
indent_size = 4
insert_final_newline = true