한글 깨지는거 수정
This commit is contained in:
6
.editorconfig
Normal file
6
.editorconfig
Normal file
@@ -0,0 +1,6 @@
|
||||
root = true
|
||||
|
||||
# C# 스크립트는 항상 UTF-8(BOM)로 저장 — 한국어 Windows에서 CP949 오판으로 한글이 깨지는 것 방지
|
||||
[*.cs]
|
||||
charset = utf-8-bom
|
||||
end_of_line = crlf
|
||||
Reference in New Issue
Block a user