Skip to content

Commit 0079f71

Browse files
committed
Update .gitattributes file.
1 parent 4bd192b commit 0079f71

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitattributes

+11
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,14 @@
2121

2222
/.github export-ignore
2323
/.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

Comments
 (0)