ci: 🎡 配置.ps1文件的编码及换行符

This commit is contained in:
2026-03-18 16:41:54 +08:00
parent da7d53e791
commit 154c4c1a51
5 changed files with 21 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
# Default: auto-detect
* text=auto eol=lf
# PowerShell scripts must use CRLF
*.ps1 text eol=crlf