From 53b5a8794399402746ff899d3db73853a8038cc3 Mon Sep 17 00:00:00 2001 From: Czar Date: Fri, 16 Feb 2024 13:33:06 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..af85dc3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +end_of_line = lf +charset = utf-8