top | item 45792238

(no title)

_1tan | 3 months ago

Can you elaborate on the dependent .gitattributes file? Where can I find more information on the necessary content? Sounds super useful!

discuss

order

f311a|3 months ago

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

*.py diff=python

_1tan|3 months ago

Thanks!