From: Junio C Hamano Date: Thu, 8 Aug 2024 17:41:19 +0000 (-0700) Subject: Merge branch 'ps/doc-more-c-coding-guidelines' X-Git-Tag: v2.47.0-rc0~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=536695cabefc8638f4e1b0bbd38f6bd37a3142a0;p=thirdparty%2Fgit.git 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 --- 536695cabefc8638f4e1b0bbd38f6bd37a3142a0