unit
unit copied to clipboard
Clang format Chromium style
This is the diff when we use the chromium ruleset to format the codebase
$ clang-format -i --style=chromium src/**/*.c src/**/*.h
The exact rules are in the .clang-format-chromium
file.