git attributes crlf 라인엔딩 강제로 추가

This commit is contained in:
yonggyun 2025-06-23 10:32:02 +09:00
parent f1c8b49d52
commit 20ec4b1b58

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
# Unity text assets - force CRLF
*.meta text eol=crlf
*.unity text eol=crlf
*.prefab text eol=crlf
*.asset text eol=crlf