3 lines
93 B
Bash
Executable file
3 lines
93 B
Bash
Executable file
git ls-files -- '*.c' '*.h' | xargs clang-format -i -style=file
|
|
git diff --exit-code --color
|