Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 211 Bytes

clang.md

File metadata and controls

11 lines (7 loc) · 211 Bytes

clang

Format

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