index
:
chess
main
Chess engine written in C++
Adam
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
formating_check.bash
blob: 932d82ee8f50765879fbf11646537e630d7a7eb3 (
plain
)
1
2
3
#!/usr/bin/sh find src -name '*.cpp' -o -name '*.hpp' | xargs clang-format --dry-run --Werror