forked from bblanchon/ArduinoJson
Added newline at ed of file
This commit is contained in:
@ -1,2 +1,7 @@
|
|||||||
cd ..
|
cd ..
|
||||||
find include src test -regex ".*\.[ch]pp$" -exec clang-format -style=Google -i {} \;
|
FILES=$(find include src test -regex ".*\.[ch]pp$")
|
||||||
|
|
||||||
|
clang-format -style=Google -i $FILES
|
||||||
|
|
||||||
|
# insert newline at end of file
|
||||||
|
sed -i -e '$a\' $FILES
|
||||||
|
Reference in New Issue
Block a user