mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-14 03:08:52 +08:00
3 lines
141 B
Bash
3 lines
141 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
find ./include ./test/ -type f \( -iname \*.cpp -o -iname \*.hpp \) | xargs clang-format -style="{ColumnLimit : 100}" -i
|