mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-12 01:18:52 +08:00
3 lines
141 B
Bash
Executable File
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
|