This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clang-format: Set IndentWrappedFunctionNames false
The true option causes this indenting for functions: static struct something_very_very_long * function(void *arg) { While a quick survey suggests that the usual Linux fallback is the GNU style: static struct something_very_very_long * function(void *arg) { Eg as seen in: kernel/cpu.c kernel/fork.c etc Acked-by: Joe Perches <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
- Loading branch information