summaryrefslogtreecommitdiff
path: root/git-gui/lib/commit.tcl
diff options
context:
space:
mode:
authorKarthik Nayak <karthik.188@gmail.com>2024-10-18 10:46:46 +0200
committerTaylor Blau <me@ttaylorr.com>2024-10-18 17:37:16 -0400
commit7e785b87db46338f8322c030490bbf83a769f3f2 (patch)
treeb604ad80e80c013bd36ce870e61326dda6752146 /git-gui/lib/commit.tcl
parent5e9fa0f9fa90450688a3bd1cf2630dc0c574e516 (diff)
clang-format: align consecutive macro definitions
We generally align consecutive macro definitions for better readability: #define OUTPUT_ANNOTATE_COMPAT (1U<<0) #define OUTPUT_LONG_OBJECT_NAME (1U<<1) #define OUTPUT_RAW_TIMESTAMP (1U<<2) #define OUTPUT_PORCELAIN (1U<<3) over #define OUTPUT_ANNOTATE_COMPAT (1U<<0) #define OUTPUT_LONG_OBJECT_NAME (1U<<1) #define OUTPUT_RAW_TIMESTAMP (1U<<2) #define OUTPUT_PORCELAIN (1U<<3) So let's add the rule in clang-format to follow this. Signed-off-by: Karthik Nayak <karthik.188@gmail.com> Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions