clang format Format clang-format -style=Google -dump-config > .clang-format find . -iregex '.*\.\(h\|c\|cpp\|cu\)$' | xargs clang-format -i