| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
(cherry picked from commit 1abda0c83981a6d35dd4b2dd3e88e9886d13cb09)
|
|
|
|
|
|
|
|
| |
* .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 (ForEachMacros): Add
FOR_EACH_LIVE_BUFFER. (Bug#59027)
|
|
|
|
|
| |
* .clang-format (UseTab): Set to "Always", to match
the (indent-tabs-mode . t) in .dir-locals.el. (Bug#59027)
|
| |
|
| |
|
| |
|
|
This allows developers to auto-format the C code with clang-format.
It’s not 100% accurate, but works pretty well for most of the C code.
|