From 249a3d9b5b0aedb0021b22db505d677e42beef87 Mon Sep 17 00:00:00 2001 From: Mikhail Chechnev Date: Mon, 25 Sep 2023 00:39:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=BE=D0=B4=D1=81?= =?UTF-8?q?=D0=B2=D0=B5=D1=82=D0=BA=D0=B8=20=D1=81=D0=B8=D0=BD=D1=82=D0=B0?= =?UTF-8?q?=D0=BA=D1=81=D0=B8=D1=81=D0=B0=20SQL=20=D0=B8=20PL/SQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index b1a213b..8642f77 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ *.sql working-tree-encoding=cp1251 eol=crlf *.pck working-tree-encoding=cp1251 eol=crlf *.prc working-tree-encoding=cp1251 eol=crlf + +*.sql linguist-language=sql +*.pck linguist-language=plsql +*.prc linguist-language=plsql