; top-most EditorConfig file
root = true

; Unix-style newlines with a newline ending every file
[*]
end_of_line = LF
insert_final_newline = true

; Matches multiple files with brace expansion notation
; 4 space indentation
[{*.php, *.html.twig, *.js, *.css}]
indent_style = space
indent_size = 4
charset = utf-8
