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
+6 -1
View File
@@ -3,7 +3,12 @@ root = true
[*]
charset = utf-8
indent_style = space
# indent_size = 2
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.ps1]
charset = utf-8-bom
end_of_line = crlf
indent_size = 4