From 42a98eb37063fbad678f405a97e73bf9be96a457 Mon Sep 17 00:00:00 2001 From: tymmkang Date: Mon, 16 Feb 2026 18:54:19 +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