; This file is for unifying the coding style for different editors and IDEs.; More information at http://editorconfig.orgroot = true[*]charset = utf-8indent_size = 4indent_style = spaceend_of_line = lfinsert_final_newline = truetrim_trailing_whitespace = true