Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 218 Bytes

File metadata and controls

11 lines (9 loc) · 218 Bytes
sudo apt-get install clang-format
clang-format -style=microsoft -dump-config > .clang-format
find . -regex '.*\.\(cpp\|hpp\|cu\|c\|cc\|h\)' -exec clang-format -style=file -i {} \;