Hacker News new | ask | show | jobs
by _1tan 222 days ago
Can you elaborate on the dependent .gitattributes file? Where can I find more information on the necessary content? Sounds super useful!
1 comments

You need to specify diff format, so that Git can correctly identify and parse function body.

*.py diff=python

Thanks!