1*db926724SAndreas Gohr; This file is for unifying the coding style for different editors and IDEs. 2*db926724SAndreas Gohr; More information at http://editorconfig.org 3*db926724SAndreas Gohr 4*db926724SAndreas Gohrroot = true 5*db926724SAndreas Gohr 6*db926724SAndreas Gohr[*] 7*db926724SAndreas Gohrindent_style = space 8*db926724SAndreas Gohrindent_size = 2 9*db926724SAndreas Gohrend_of_line = lf 10*db926724SAndreas Gohrinsert_final_newline = true 11*db926724SAndreas Gohrtrim_trailing_whitespace = true 12*db926724SAndreas Gohr 13*db926724SAndreas Gohr[*.bat] 14*db926724SAndreas Gohrend_of_line = crlf 15*db926724SAndreas Gohr 16*db926724SAndreas Gohr[*.yml] 17*db926724SAndreas Gohrindent_style = space 18*db926724SAndreas Gohrindent_size = 2 19*db926724SAndreas Gohr 20*db926724SAndreas Gohr[*.twig] 21*db926724SAndreas Gohrinsert_final_newline = false 22*db926724SAndreas Gohr 23*db926724SAndreas Gohr[Makefile] 24*db926724SAndreas Gohrindent_style = tab 25