1; top-most EditorConfig file 2root = true 3 4; Unix-style newlines 5[*] 6end_of_line = LF 7 8[*.php] 9indent_style = space 10indent_size = 4 11