]> git.eshelyaron.com Git - emacs.git/commit
; .clang-format: Support macros in comp.c, align operands correctly.
authorVibhav Pant <vibhavp@gmail.com>
Tue, 15 Nov 2022 14:36:56 +0000 (20:06 +0530)
committerVibhav Pant <vibhavp@gmail.com>
Tue, 15 Nov 2022 14:48:44 +0000 (20:18 +0530)
commit7d5cf08de946f5486ba9db16b28d2367307dcbf9
treec7e11e01b2d881049736e5c9e1589c93496d75d3
parentc63d77ac6b10dc453d08afc852debc6a9a3cde36
; .clang-format: Support macros in comp.c, align operands correctly.

* .clang-format (WhitespaceSensitiveMacros): Add comp.c macros that
stringify arguments, telling clang-format to not format them.
(AlignOperands): Set to Align, to make clang-format correctly align
multi-line expressions involving binary and ternary expressions.
(ForEachMacros): Add FOR_EACH_ALIST_VALUE.
.clang-format