amiga/SniffEmu/.editorconfig

17 lines
183 B
INI
Raw Normal View History

2023-02-16 20:15:00 +00:00
root = true
[*]
2024-09-14 19:37:12 +00:00
charset = latin1
2023-02-16 20:15:00 +00:00
end_of_line = lf
[{Makefile}]
indent_style = tab
tab_size = 4
[{*.c,*.h}]
indent_style = space
tab_size = 4
2024-09-14 19:37:12 +00:00
[{LICENSE,README.md}]
charset = utf-8