1; This file is for unifying the coding style for different editors and IDEs.2; More information at http://editorconfig.org34root = true56[*]7charset = utf-88indent_size = 49indent_style = space10end_of_line = lf11insert_final_newline = true12trim_trailing_whitespace = true13