From e7c4c4762db4d346ec31be3dc6af819dff999b94 Mon Sep 17 00:00:00 2001 From: tymmkang Date: Sat, 31 Jan 2026 01:25:42 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=80=EC=9E=A5=EC=86=8C=20=EC=B4=88?= =?UTF-8?q?=EA=B8=B0=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 5 +++++ README.md | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .editorconfig create mode 100644 README.md 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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..c50226b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# AutoMorpherDecompiled +https://booth.pm/ja/items/7721082 +플러그인을 스크립트로 디컴파일하여 분석하는 것을 목표로 합니다.