한글 깨지는거 수정

This commit is contained in:
2026-07-07 14:28:54 +09:00
parent acc55b09d3
commit 86a0f2c8eb
4 changed files with 30 additions and 21 deletions

6
.editorconfig Normal file
View File

@@ -0,0 +1,6 @@
root = true
# C# 스크립트는 항상 UTF-8(BOM)로 저장 — 한국어 Windows에서 CP949 오판으로 한글이 깨지는 것 방지
[*.cs]
charset = utf-8-bom
end_of_line = crlf