Re: [PATCH 6/8] clang-format: formalize some of the spacing rules
From: Karthik Nayak <hidden>
Date: 2024-07-08 17:27:15
Attachments
- signature.asc [application/pgp-signature] 690 bytes
From: Karthik Nayak <hidden>
Date: 2024-07-08 17:27:15
Justin Tobler [off-list ref] writes:
On 24/07/08 11:23AM, Karthik Nayak wrote:quoted
There are some spacing rules that we follow in the project and it makes sen to formalize them: * Ensure there is no space inserted after the logical not '!' operator. * Ensure there is no space before the case statement's color.s/color/colon
Thanks, will fix in the next version!
quoted
* Ensure there is no space before the first bracket '[' of an array. * Ensure there is no space in empty blocks.