mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +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
|