mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-13 10:22:55 +01:00
4 lines
163 B
Bash
4 lines
163 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||
|
python $DIR/run-clang-format.py -r $DIR/../src/**/ $DIR/../include/**/
|