Files
my-os-project2/FastLZ/tools/format-code.sh

5 lines
156 B
Bash
Executable File

#!/usr/bin/env bash
cwd=$(pwd)
clang-format-6.0 -i --style='{BasedOnStyle: "google", ColumnLimit: 120}' $cwd/*.h $cwd/*.c $cwd/tests/*.c $cwd/examples/*.c