LibreWeb-Browser/scripts/fix-format.sh

4 lines
243 B
Bash
Executable File

#!/usr/bin/env bash
# Description: Check the coding style guidelines & fix them automatically
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