LibreWeb-Browser/scripts/check-format.sh

4 lines
214 B
Bash
Raw Normal View History

2022-01-21 15:39:53 -08:00
#!/usr/bin/env bash
# Description: Check the coding style guidelines (only dry-run)
2022-01-27 14:25:48 -08:00
find src/ tst/ -iname *.h -o -iname *.cc -o -iname *.h.in | xargs clang-format --dry-run -Werror -style=file -fallback-style=LLVM