From 80514fe6b05ad06fe86086cbbae9558126902b3b Mon Sep 17 00:00:00 2001 From: Tanel Poder Date: Sun, 14 Jul 2024 15:49:07 -0400 Subject: [PATCH] fix .gitattributes .sql=plsql --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e08d387..b55f3d6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.py linguist-language=PLSQL +*.sql linguist-language=PLSQL