chromeos_smart_card_connector
chromeos_smart_card_connector copied to clipboard
WIP format-code presubmit check
Integrate clang-format as a CI action check.
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.