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 {} \;