Moved .clang-tidy and .clang-format to scripts dir
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
cd ..
|
||||
|
||||
clang-tidy example/example.cpp -- -I ./include
|
||||
clang-tidy ../example/example.cpp -- -I ./include
|
||||
|
||||
Reference in New Issue
Block a user