Files
indicators/clang-format.bash
2020-02-13 14:20:40 +05:30

3 lines
169 B
Bash
Executable File

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