Compress base.img using FastLZ library
This commit is contained in:
4
FastLZ/tools/format-code.sh
Executable file
4
FastLZ/tools/format-code.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user