This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
cathook/scripts/format
2017-12-08 23:41:19 +03:00

7 lines
136 B
Bash
Executable File

#!/usr/bin/env bash
. common
echo Formatting sources... This may take a while.
./clang-format-all ../src
./clang-format-all ../include