add clang-format as a pre-commit hook#29282
add clang-format as a pre-commit hook#29282quarckster wants to merge 1 commit intoopenssl:masterfrom
Conversation
d1c4b70 to
1aa6858
Compare
|
|
Ack, thanks for letting me know. |
Hmm... but actually we will need them for pre-commit CI addition for 3.5 and below. And to run the pre-commit ci on the reformatted tree to check that it passes it will be actually good to have a separate PR for each active branch. So I retract my suggestion. |
no problem |
indeed, and each of those will depend upon a different one of my formatting commits. I.e. we'll land the head and turn it on there before each of the branches, so may as well have the dependencies correct |
2f9147d to
17586e7
Compare
4ec8268 to
6bff634
Compare
88fab7c to
ccdd3b4
Compare
ccdd3b4 to
a0f6245
Compare
a0f6245 to
22dd458
Compare
Reviewed-by: Neil Horman <[email protected]> Reviewed-by: Saša Nedvědický <[email protected]> (Merged from #29282)
Reviewed-by: Neil Horman <[email protected]> Reviewed-by: Saša Nedvědický <[email protected]> (Merged from #29282) (cherry picked from commit d6f3733)
Reviewed-by: Neil Horman <[email protected]> Reviewed-by: Saša Nedvědický <[email protected]> (Merged from #29282) (cherry picked from commit d6f3733)
Reviewed-by: Neil Horman <[email protected]> Reviewed-by: Saša Nedvědický <[email protected]> (Merged from #29282) (cherry picked from commit d6f3733)
Reviewed-by: Neil Horman <[email protected]> Reviewed-by: Saša Nedvědický <[email protected]> (Merged from #29282) (cherry picked from commit d6f3733)
|
merged to all active branches, thank you! |
Reviewed-by: Neil Horman <[email protected]> Reviewed-by: Saša Nedvědický <[email protected]> (Merged from #29282) (cherry picked from commit d6f3733)
Reviewed-by: Neil Horman <[email protected]> Reviewed-by: Saša Nedvědický <[email protected]> (Merged from openssl#29282)
This PR is a part of the effort for openssl reformat and adds config for pre-commit to run
clang-format. It must be merged after #29242.Closes openssl/project#1742