chromeos_smart_card_connector icon indicating copy to clipboard operation
chromeos_smart_card_connector copied to clipboard

WIP format-code presubmit check

Open emaxx-google opened this issue 2 years ago • 1 comments

Integrate clang-format as a CI action check.

emaxx-google avatar Sep 08 '23 12:09 emaxx-google

This is blocked on the fact that the default version of clang-format on Google developer machines formats the code differently than the currently latest official release. A probable solution would be to not use the system-installed clang-format and instead download one in env/initialize.sh, but it's not immediately clear to me how to do this properly.

emaxx-google avatar Jan 22 '24 16:01 emaxx-google