We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce67389 commit b3ef356Copy full SHA for b3ef356
1 file changed
Makefile
@@ -19,8 +19,8 @@ spotlessCheck:
19
spotlessApply:
20
./gradlew spotlessApply
21
22
-cmake-format:
23
- cmake-format -i app/src/main/jni/cmake/*.cmake
+ cmake-format:
+ cmake-format -i app/src/main/jni/cmake/*.cmake app/src/main/jni/CMakeLists.txt
24
25
clang-format-lint:
26
./script/clang-format.sh -n
0 commit comments