diff --git a/SniffEmu/.editorconfig b/SniffEmu/.editorconfig index 42ece7c..d4a9bf0 100755 --- a/SniffEmu/.editorconfig +++ b/SniffEmu/.editorconfig @@ -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