Add editor/gitattributes defaults for PowerShell encoding

This commit is contained in:
Луценко Андрей Анатольевич
2026-04-09 17:01:17 +10:00
parent 50a5f87603
commit a337e72a4d
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