Blame | Last modification | View Log | RSS feed
; This file is for unifying the coding style for different editors and IDEs.; More information at http://editorconfig.orgroot = true[*]indent_style = tabend_of_line = lfinsert_final_newline = truetrim_trailing_whitespace = true[*.bat]end_of_line = crlf[*.yml]indent_style = spaceindent_size = 2