Re: [PATCH v9 3/5] t4205, t6006, t7102: make functions more readable
From: Junio C Hamano <hidden> Date: 2016-06-15 22:58:00
Alexey Shumkin [off-list ref] writes:
quoted
quoted
Could you point me to the coding style guide, please?
Documentation/CodingGuidelines::
Oh! :)
thank you
The most important part of the coding guidelines is to match the
style to existing code when writing a new one:
$ git grep '^[a-z_]* ()' -- *.sh | wc -l
132
$ git grep '^[a-z_]*()' -- *.sh | wc -l
55
We have acquired quite a few violators, but that is no reason to add
more.