Files
indicators/clang-format.bash
Pranav Srinivas KumaR 537e350855 Added termcolor
2019-12-03 21:25:22 -06:00

3 lines
141 B
Bash
Executable File

#!/usr/bin/env bash
find ./include ./test/ -type f \( -iname \*.cpp -o -iname \*.hpp \) | xargs clang-format -style="{ColumnLimit : 100}" -i