[SniffEmu] .editorconfig

This commit is contained in:
Tomek Wójcik 2024-09-14 21:37:12 +02:00
parent 8f1134622a
commit 61c5d1f842

View File

@ -1,6 +1,7 @@
root = true
[*]
charset = latin1
end_of_line = lf
[{Makefile}]
@ -10,3 +11,6 @@ tab_size = 4
[{*.c,*.h}]
indent_style = space
tab_size = 4
[{LICENSE,README.md}]
charset = utf-8