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