LibreWeb-Browser/scripts/fix-format.sh

4 lines
243 B
Bash
Raw Normal View History

2022-01-21 15:39:53 -08:00
#!/usr/bin/env bash
# Description: Check the coding style guidelines & fix them automatically
2022-01-27 14:25:48 -08:00
find src/ tst/ -iname *.h -o -iname *.cc -o -iname *.h.in | xargs clang-format -i -style=file -fallback-style=LLVM -assume-filename=../.clang-format