summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-07-17 17:51:51 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2019-07-17 17:51:51 +0530
commit5e20dad9a4ad274a821808d315fe6db7ec11b021 (patch)
tree3695cc5cfce33eba37f6374e76e4f7858d2eaf08
parentc08b65db8e8455454b43925edf708b04a63b84fc (diff)
Tell GitLab that recipes, packages, and configs are python files
This means we will get syntax highlighting on those files on MRs and when viewing the source on gitlab.
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..51d4063c
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
+*.recipe gitlab-language=python
+*.package gitlab-language=python
+*.config gitlab-language=python
+*.cbc gitlab-language=python