mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
3 lines
94 B
Bash
Executable File
3 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
git ls-files | grep -E "\.cpp|\.h" | grep -v "3rdparty" | xargs -n1 clang-format -i
|