Restarted the production of the app
This commit is contained in:
10
libs/CLI11/scripts/check_style.sh
Executable file
10
libs/CLI11/scripts/check_style.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env sh
|
||||
set -evx
|
||||
|
||||
clang-format --version
|
||||
|
||||
git ls-files -- '*.cpp' '*.hpp' | xargs clang-format -sort-includes -i -style=file
|
||||
|
||||
git diff --exit-code --color
|
||||
|
||||
set +evx
|
||||
Reference in New Issue
Block a user