safesight-edge/third_party/mpp/tools/mpp_astyle.sh

5 lines
97 B
Bash

#!/bin/bash
set -e
./astyle --quiet --options=astylerc --recursive "../*.cpp" "../*.c" "../*.h"