.editorconfig (279B)
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,h}] 12 indent_style = tab 13 indent_size = 8 14 15 [*.{sh}] 16 indent_style = tab 17 indent_size = 8 18 19 [*.{md,txt}] 20 indent_style = space 21 indent_size = 2