From 3ccf3bbacc737a5dad89119b24c9db731bfc12e0 Mon Sep 17 00:00:00 2001 From: tymmkang Date: Thu, 13 Mar 2025 22:52:47 +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..bde87f5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +end_of_line = lf +charset = utf-8-bom \ No newline at end of file