Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-10-09 14:00:24 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-10-09 14:00:24 +0300
commitadc0392cf031063719aca43422ce07cd6c966520 (patch)
treed2cf8bc7bf1eb7c3be0e29912d282c5efcd41bf6
parentca21a624582be7bcf4d43075be2a7e5981e191fa (diff)
Detect proto files as such for Linguist
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index f1c41c9bb..6eb21e10f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
Dangerfile gitlab-language=ruby
+*.proto linguist-detectable=true \ No newline at end of file