This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-gpio/tools/format-source.sh
2025-12-19 11:34:41 +01:00

6 lines
127 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
clang-format -i \
$(git ls-files '*.cpp' '*.cc' '*.cxx' '*.h' '*.hpp' '*.hh' '*.ipp')