Files
Луценко Андрей Анатольевич c5a4c26b1e Add editor/gitattributes defaults for PowerShell encoding
2026-04-11 21:23:27 +10:00

12 lines
129 B
INI

root = true
[*]
charset = utf-8
end_of_line = crlf
insert_final_newline = true
[*.ps1]
charset = utf-8-bom
end_of_line = crlf