We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259a2ab commit 726978bCopy full SHA for 726978b
.gitattributes
@@ -17,3 +17,10 @@
17
18
/.github export-ignore
19
/.gitattributes export-ignore
20
+
21
+# Going to be a bit more explicit about languages in order to ensure that files
22
+# are detected and identified *correctly*. Refer to:
23
+# https://github.com/github-linguist/linguist/blob/master/lib/linguist/languages.yml
24
25
+*.php linguist-language=PHP
26
+*.yml linguist-language=YAML
0 commit comments