Files
mscclpp/python/format.sh
2023-04-05 21:47:08 +00:00

10 lines
102 B
Bash
Executable File

#!/bin/bash
set -ex
isort src
black src
clang-format -i $(find src -name '*.cpp' -or -name '*.h')