From 14da6d8d0a4fcbccb86dfc6de7334dd576ed2989 Mon Sep 17 00:00:00 2001 From: Kaelin Kieran Date: Thu, 10 Oct 2019 08:53:28 +0200 Subject: [PATCH 1/2] Create .gitattributes for linguist settings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9efd663 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sql linguist-detectable=true +*.sql linguist-language=PLpgSQL From c06abc4147c8f8d76a753a02389a8a4fd4a6ceb9 Mon Sep 17 00:00:00 2001 From: Kaelin Kieran Date: Thu, 10 Oct 2019 09:00:30 +0200 Subject: [PATCH 2/2] Add linguist-vendored setting --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 9efd663..f249a1c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ +* linguist-vendored *.sql linguist-detectable=true *.sql linguist-language=PLpgSQL