branch: elpa/htmlize commit 14161626b3788a012cbf71741ced97fdde5713f3 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Help Github detect the language Github uses linguist [1] to detect the main language used in a repository. Mark the html file as generated so that it detects that this is an Emacs Lisp project. [1]: https://github.com/github-linguist/linguist/ --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..7d60752c32 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.html linguist-generated