We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fbee3 commit 646d7b8Copy full SHA for 646d7b8
.gitattributes
@@ -37,3 +37,10 @@
37
/.gitattributes export-ignore
38
/.gitignore export-ignore
39
/tests.php export-ignore
40
+
41
+# Going to be a bit more explicit about languages in order to ensure that files
42
+# are detected and identified *correctly*. Refer to:
43
+# https://github.com/github-linguist/linguist/blob/master/lib/linguist/languages.yml
44
45
+*.php linguist-language=PHP
46
+*.yml linguist-language=YAML
0 commit comments