We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd192b commit 0079f71Copy full SHA for 0079f71
.gitattributes
@@ -21,3 +21,14 @@
21
22
/.github export-ignore
23
/.gitattributes export-ignore
24
+
25
+# Going to be a bit more explicit about languages in order to ensure that files
26
+# are detected and identified *correctly*. Refer to:
27
+# https://github.com/github-linguist/linguist/blob/master/lib/linguist/languages.yml
28
29
+*.css linguist-language=CSS
30
+*.html linguist-language=HTML
31
+*.js linguist-language=JavaScript
32
+*.php linguist-language=PHP
33
+*.svg linguist-language=SVG
34
+*.yml linguist-language=YAML
0 commit comments