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 93a1cca commit 95ad890Copy full SHA for 95ad890
.gitattributes
@@ -57,3 +57,13 @@ Doc/library/token-list.inc linguist-generated=true
57
Include/token.h linguist-generated=true
58
Lib/token.py linguist-generated=true
59
Parser/token.c linguist-generated=true
60
+
61
+# Language aware diff headers
62
+# https://tekin.co.uk/2020/10/better-git-diff-output-for-ruby-python-elixir-and-more
63
+# https://gist.github.com/tekin/12500956bd56784728e490d8cef9cb81
64
+*.c diff=cpp
65
+*.h diff=cpp
66
+*.css diff=css
67
+*.html diff=html
68
+*.py diff=python
69
+*.md diff=markdown
0 commit comments