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