1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-04 12:37:08 +02:00
uts-server/goodies/format
2016-08-23 19:38:39 +02:00

10 lines
374 B
Bash
Executable file

#!/bin/sh
cd `dirname $0`/../
clang-format -style="{BasedOnStyle: llvm, IndentWidth: 4, AllowShortFunctionsOnASingleLine: None, KeepEmptyLinesAtTheStartOfBlocks: false}" -i \
`find ./src/ ./inc/ -type f -name "*.cpp" -o \
-type f -name "*.c" -o \
-type f -name "*.h" -o \
-type f -name "*.hpp"`