5 lines
69 B
Bash
Executable file
5 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
|
|
CLANG_FORMAT=clang-format-3.5
|
|
|
|
$CLANG_FORMAT -i src/*.c
|