diff options
Diffstat (limited to 'scripts/formating_check.bash')
| -rwxr-xr-x | scripts/formating_check.bash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/formating_check.bash b/scripts/formating_check.bash new file mode 100755 index 0000000..932d82e --- /dev/null +++ b/scripts/formating_check.bash @@ -0,0 +1,3 @@ +#!/usr/bin/sh + +find src -name '*.cpp' -o -name '*.hpp' | xargs clang-format --dry-run --Werror |
