Files
indicators/clang-format.bash
Pranav Srinivas KumaR 9f8cd55762 Clang format
2019-12-04 20:59:51 -06:00

3 lines
141 B
Bash
Executable File

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