mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +08: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
|