; This file is for unifying the coding style for different editors and IDEs.; More information at http://editorconfig.orgroot = true[*]indent_style = spaceindent_size = 4end_of_line = lfinsert_final_newline = truetrim_trailing_whitespace = true[*.bat]end_of_line = crlf[*.yml]indent_style = spaceindent_size = 2