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