Add editor/gitattributes defaults for PowerShell encoding

This commit is contained in:
Луценко Андрей Анатольевич
2026-04-09 17:01:17 +10:00
parent 89acb0a914
commit c5a4c26b1e
3 changed files with 17 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = crlf
insert_final_newline = true
[*.ps1]
charset = utf-8-bom
end_of_line = crlf