mirror of
https://github.com/autc04/Retro68.git
synced 2024-10-31 16:12:15 +00:00
37 lines
478 B
INI
37 lines
478 B
INI
root = true
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
tab_width = 4
|
|
charset = utf-8
|
|
|
|
[*.nix]
|
|
tab_width = 2
|
|
|
|
[InterfacesAndLibraries/**/*]
|
|
indent_style = tab
|
|
|
|
[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
|
|
|
|
[**/Makefile]
|
|
indent_style=tab
|