Add editor/gitattributes defaults for PowerShell encoding

This commit is contained in:
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