Дополнены настройки git для отображения fnc и trg в сз1251

This commit is contained in:
Mim 2026-04-24 11:27:09 +03:00
parent e1c77731be
commit cb5db69ec0

2
.gitattributes vendored
View File

@ -1,3 +1,5 @@
*.sql working-tree-encoding=cp1251 eol=crlf linguist-language=sql *.sql working-tree-encoding=cp1251 eol=crlf linguist-language=sql
*.pck working-tree-encoding=cp1251 eol=crlf linguist-language=sql *.pck working-tree-encoding=cp1251 eol=crlf linguist-language=sql
*.prc working-tree-encoding=cp1251 eol=crlf linguist-language=sql *.prc working-tree-encoding=cp1251 eol=crlf linguist-language=sql
*.fnc working-tree-encoding=cp1251 eol=crlf linguist-language=sql
*.trg working-tree-encoding=cp1251 eol=crlf linguist-language=sql