From 14da2774474d0497073a38259ec717d2cbc2de04 Mon Sep 17 00:00:00 2001 From: yonggyun Date: Mon, 23 Jun 2025 11:03:19 +0900 Subject: [PATCH] =?UTF-8?q?cr=20lf=20=EA=B0=95=EC=A0=9C=20=EC=82=AC?= =?UTF-8?q?=ED=95=AD=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 2 ++ .vsconfig | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 .editorconfig create mode 100644 .vsconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..6d4b8c237 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*] +end_of_line = crlf \ No newline at end of file diff --git a/.vsconfig b/.vsconfig new file mode 100644 index 000000000..f019fd0ad --- /dev/null +++ b/.vsconfig @@ -0,0 +1,6 @@ +{ + "version": "1.0", + "components": [ + "Microsoft.VisualStudio.Workload.ManagedGame" + ] +}