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