Merge branch 'ps/doc-more-c-coding-guidelines'
commit536695cabefc8638f4e1b0bbd38f6bd37a3142a0
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Aug 2024 17:41:19 +0000 (8 10:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Aug 2024 17:41:20 +0000 (8 10:41 -0700)
tree87239cad7d6f63ce03e9b2f65e9fab3c2ad83833
parent984ab1133776344537eacf4a27c8d8b8a6af010d
parent6cda5972837360bf6a55884f3db45902afb0590d
Merge branch 'ps/doc-more-c-coding-guidelines'

Some project conventions have been added to CodingGuidelines.

* ps/doc-more-c-coding-guidelines:
  Documentation: consistently use spaces inside initializers
  Documentation: document idiomatic function names
  Documentation: document naming schema for structs and their functions
  Documentation: clarify indentation style for C preprocessor directives
  clang-format: fix indentation width for preprocessor directives
Documentation/CodingGuidelines