unit icon indicating copy to clipboard operation
unit copied to clipboard

Clang format Chromium style

Open javorszky opened this issue 4 months ago • 0 comments

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.

javorszky avatar Oct 24 '24 08:10 javorszky