[SniffEmu] v1.0.0

This commit is contained in:
2023-02-16 21:15:00 +01:00
parent be79e482f6
commit 2afb5eba89
13 changed files with 395 additions and 0 deletions

12
SniffEmu/.editorconfig Executable file
View File

@@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
[{Makefile}]
indent_style = tab
tab_size = 4
[{*.c,*.h}]
indent_style = space
tab_size = 4