commit e7c4c4762db4d346ec31be3dc6af819dff999b94 Author: tymmkang Date: Sat Jan 31 01:25:42 2026 +0900 저장소 초기화 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 +플러그인을 스크립트로 디컴파일하여 분석하는 것을 목표로 합니다.