antmicro / zynq-mkbootimage

An open source replacement of the Xilinx bootgen application.
BSD 2-Clause "Simplified" License
97 stars 49 forks source link

Enforce coding style #16

Closed kiryk closed 3 years ago

kiryk commented 3 years ago

A uniform coding style for the whole project has been chosen. It is enforced with usage of clang-format (version 12). The parts of the code that didn't match the style have been adjusted, and format checks have been added into repository's Actions.