ci: 🎡 配置.ps1文件的编码及换行符
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user