chofnar / release-bot

release-bot - A Telegram Bot (@prgitrelbot) that notifies you of new Github releases
MIT License
24 stars 2 forks source link

update files encodings #124

Closed UltraFeed closed 8 months ago

UltraFeed commented 8 months ago

All project files have windows-1251 encoding (except strings.go). Change encodings of all files to UTF-8.

Solution is to create (or update) .editorconfig with these strings

[*]

# Specify charset and end of line

end_of_line = crlf
charset = utf-8