7 lines
136 B
Bash
Executable File
7 lines
136 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. common
|
|
|
|
echo Formatting sources... This may take a while.
|
|
./clang-format-all ../src
|
|
./clang-format-all ../include |