From 61c5d1f8421acea32638c28018efd6962d93bdf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20W=C3=B3jcik?= Date: Sat, 14 Sep 2024 21:37:12 +0200 Subject: [PATCH] [SniffEmu] `.editorconfig` --- SniffEmu/.editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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