initial commit
This commit is contained in:
8
run_format.sh
Executable file
8
run_format.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
# sudo apt install clang-format
|
||||
find . -regex '.*\.\(cpp\|hpp\|cu\|c\|h\)' -exec clang-format -style=file -i {} \;
|
||||
|
||||
# sudo apt install libc++-dev clang-tidy
|
||||
#find . -regex '.*\.\(cpp\|hpp\|cu\|c\|h\)' -exec clang-tidy {} \;
|
||||
|
||||
Reference in New Issue
Block a user