1root = true 2 3[*] 4end_of_line = lf 5insert_final_newline = true 6 7[*.php] 8indent_style = space 9indent_size = 4 10 11[*.js] 12indent_style = space 13indent_size = 2 14 15[*.css] 16indent_style = tab 17