Retro68/.editorconfig
2019-01-09 00:31:47 +01:00

21 lines
273 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
tab_width = 4
charset = utf-8
[gcc/**/*]
indent_style = tab
tab_width = 8
indent_width = 2
[binutils/**/*]
indent_style = tab
tab_width = 8
indent_width = 2
[**/Makefile]
indent_style=tab