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 bdb5d91 commit 83e5f11Copy full SHA for 83e5f11
.gitattributes
@@ -17,3 +17,11 @@
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
+*.html linguist-language=HTML
26
+*.php linguist-language=PHP
27
+*.yml linguist-language=YAML
0 commit comments