From 967aa128a12914d95a40fd9a10875753adf47801 Mon Sep 17 00:00:00 2001 From: tymmkang Date: Thu, 29 May 2025 22:03:42 +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