1root = true 2 3[*] 4charset = utf-8 5indent_style = space 6indent_size = 2 7insert_final_newline = true 8end_of_line = lf 9 10[CMakeLists.txt] 11indent_style = tab 12