chore: add config file for CRLF to LF change

This commit is contained in:
2025-07-23 21:22:41 +08:00
parent ed5a602332
commit ba23208a7a
2 changed files with 8 additions and 0 deletions

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
*.txt text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.ui text eol=lf
*.qml text eol=lf