.editorconfig (294B)
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 [*.{html,css,js,svg}] 16 indent_style = space 17 indent_size = 2 18 19 [*.{md,txt}] 20 indent_style = space 21 indent_size = 2