forked from bblanchon/ArduinoJson
Switched to Google coding style to match cpplint expectations
This commit is contained in:
@ -1 +1,2 @@
|
||||
find .. -regex ".*\.[ch]pp$" -exec clang-format -i {} \;
|
||||
cd ..
|
||||
find include src test -regex ".*\.[ch]pp$" -exec clang-format -style=Google -i {} \;
|
||||
|
Reference in New Issue
Block a user