Files
indicators/clang-format.bash
Pranav Srinivas Kumar 98c408492e Updated clang format script
2019-12-04 11:54:18 -06:00

3 lines
144 B
Bash
Executable File

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