.editorconfig (256B)
1 root = true 2 3 [*] 4 end_of_line = lf 5 insert_final_newline = true 6 trim_trailing_whitespace = true 7 charset = utf-8 8 9 guidelines = 80, 120, 160 10 11 [*.{c,cpp,h,hpp,tpp}] 12 indent_style = tab 13 indent_size = 8 14 15 [*.{conf,json,md,txt}] 16 indent_style = space 17 indent_size = 2