; top-most EditorConfig file
root = true

; Unix-style newlines
[*]
end_of_line = LF

[*.{php,json}]
insert_final_newline = true
indent_style = space
indent_size = 4
