Re: [PATCH 6/8] clang-format: formalize some of the spacing rules
From: Justin Tobler <hidden>
Date: 2024-07-08 16:56:32
From: Justin Tobler <hidden>
Date: 2024-07-08 16:56:32
On 24/07/08 11:23AM, Karthik Nayak wrote:
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
* Ensure there is no space before the first bracket '[' of an array. * Ensure there is no space in empty blocks.