1*8817535bSAndreas Gohr; This file is for unifying the coding style for different editors and IDEs. 2*8817535bSAndreas Gohr; More information at http://editorconfig.org 3*8817535bSAndreas Gohr 4*8817535bSAndreas Gohrroot = true 5*8817535bSAndreas Gohr 6*8817535bSAndreas Gohr[*] 7*8817535bSAndreas Gohrcharset = utf-8 8*8817535bSAndreas Gohrend_of_line = lf 9*8817535bSAndreas Gohrinsert_final_newline = true 10*8817535bSAndreas Gohrindent_style = space 11*8817535bSAndreas Gohrindent_size = 4 12*8817535bSAndreas Gohrtrim_trailing_whitespace = true 13*8817535bSAndreas Gohr 14*8817535bSAndreas Gohr[*.md] 15*8817535bSAndreas Gohrtrim_trailing_whitespace = false 16*8817535bSAndreas Gohr 17*8817535bSAndreas Gohr[*.yml] 18*8817535bSAndreas Gohrindent_size = 2 19