mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00

1. please run hooks/install_hooks.sh manually for the first time 2. hooks/pre-commit.hook is called before commit automatically 3. format code Change-Id: I4565b206da10abb59506ef73f62392c9e9690cd4 Signed-off-by: Lin Kesheng <lks@rock-chips.com>
5 lines
79 B
Bash
Executable File
5 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
./astyle --quiet --options=astylerc ../*.cpp ../*.c ../*.h
|
|
|