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