mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-16 03:52:16 +02:00
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