Skip to content

Commit

Permalink
Tell git to treat .py files as Python (#141)
Browse files Browse the repository at this point in the history
It turns out git has some neat language specific features it can enable if we tell it that `.py` files are Python code, e.g. https://calebhearth.com/git-method-history.
  • Loading branch information
Mr0grog committed Nov 28, 2023
1 parent d3a982e commit e4dab74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
wayback/_version.py export-subst
*.py diff=python

0 comments on commit e4dab74

Please sign in to comment.