From 05288c1d5d38867a2ccbc29305acd653f59f75bb Mon Sep 17 00:00:00 2001 From: tymmkang Date: Sun, 19 Oct 2025 01:50:16 +0900 Subject: [PATCH] =?UTF-8?q?editorconfig=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e78d696 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +end_of_line = lf +charset = utf-8-bom