Retro68/.editorconfig

37 lines
478 B
INI
Raw Permalink Normal View History

2019-01-08 23:31:47 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
tab_width = 4
charset = utf-8
2021-11-23 21:45:54 +00:00
[*.nix]
tab_width = 2
[InterfacesAndLibraries/**/*]
indent_style = tab
2019-01-08 23:31:47 +00:00
[gcc/**/*]
indent_style = tab
tab_width = 8
indent_width = 2
[binutils/**/*]
indent_style = tab
tab_width = 8
indent_width = 2
[libelf/**/*]
indent_style = tab
tab_width = 8
indent_width = 2
[hfsutils/**/*]
indent_style = tab
tab_width = 8
indent_width = 2
2019-01-08 23:31:47 +00:00
[**/Makefile]
indent_style=tab