Attention is currently required from: Paul Menzel, Angel Pons, Elyes Haouas.
Martin L Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/64779 )
Change subject: clang-format: Update 'clang-format' file ......................................................................
Patch Set 18:
(3 comments)
File .clang-format:
https://review.coreboot.org/c/coreboot/+/64779/comment/2d31d173_aa6ca79e PS18, Line 14: AlignConsecutiveMacros: None This matches our current style better:
AlignConsecutiveMacros: AcrossComments
https://review.coreboot.org/c/coreboot/+/64779/comment/a74b9495_b7382be3 PS18, Line 16: AlignConsecutiveBitFields: None This might be controversial. I think 'None' matches our current style, but I think 'Consecutive' looks better.
AlignConsecutiveBitFields: Consecutive
https://review.coreboot.org/c/coreboot/+/64779/comment/2fc17c37_75c24b49 PS18, Line 20: AlignTrailingComments: false This would match our current style better:
AlignTrailingComments: true