cr lf 강제 사항 추가

This commit is contained in:
yonggyun 2025-06-23 11:03:19 +09:00
parent 20ec4b1b58
commit 14da277447
2 changed files with 8 additions and 0 deletions

2
.editorconfig Normal file
View File

@ -0,0 +1,2 @@
[*]
end_of_line = crlf

6
.vsconfig Normal file
View File

@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}