Add source code formating tool
This commit is contained in:
parent
e34ddc8db4
commit
5e1654d783
5
tools/format-source.sh
Executable file
5
tools/format-source.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
clang-format -i \
|
||||
$(git ls-files '*.cpp' '*.cc' '*.cxx' '*.h' '*.hpp' '*.hh' '*.ipp')
|
||||
Reference in New Issue
Block a user