1*c609f1dcSAndreas Gohrroot = true 2*c609f1dcSAndreas Gohr 3*c609f1dcSAndreas Gohr[*] 4*c609f1dcSAndreas Gohrindent_style = space 5*c609f1dcSAndreas Gohrindent_size = 2 6*c609f1dcSAndreas Gohrend_of_line = lf 7*c609f1dcSAndreas Gohrcharset = utf-8 8*c609f1dcSAndreas Gohrtrim_trailing_whitespace = true 9*c609f1dcSAndreas Gohrinsert_final_newline = true 10*c609f1dcSAndreas Gohr 11*c609f1dcSAndreas Gohr[*.php] 12*c609f1dcSAndreas Gohrindent_size = 4 13*c609f1dcSAndreas Gohr 14*c609f1dcSAndreas Gohr[*.json] 15*c609f1dcSAndreas Gohrindent_size = 4 16*c609f1dcSAndreas Gohr 17*c609f1dcSAndreas Gohr[composer.lock] 18*c609f1dcSAndreas Gohrindent_size = 4 19*c609f1dcSAndreas Gohr 20*c609f1dcSAndreas Gohr[phpunit.xml.dist] 21*c609f1dcSAndreas Gohrindent_size = 4 22