7 lines
85 B
Bash
Executable file
7 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
|
|
clang-format-4.0 \
|
|
-style=file \
|
|
-i \
|
|
src/*.cpp \
|
|
src/*.h
|