mirror of https://github.com/nymea/nymea-gpio
Add source code formating tool
parent
e34ddc8db4
commit
5e1654d783
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
clang-format -i \
|
||||||
|
$(git ls-files '*.cpp' '*.cc' '*.cxx' '*.h' '*.hpp' '*.hh' '*.ipp')
|
||||||
Loading…
Reference in New Issue