dnsmeter/fmt.sh

8 lines
85 B
Bash
Raw Normal View History

#!/bin/sh
clang-format-4.0 \
-style=file \
-i \
src/*.cpp \
src/*.h