source: rtos_arduino/trunk/arduino_lib/libraries/ArduinoJson/scripts/format-code.sh@ 209

Last change on this file since 209 was 209, checked in by ertl-honda, 8 years ago

BlueMix用のフィアルを追加

File size: 153 bytes
Line 
1cd ..
2FILES=$(find include src test -regex ".*\.[ch]pp$")
3
4clang-format -style=Google -i $FILES
5
6# insert newline at end of file
7sed -i -e '$a\' $FILES
Note: See TracBrowser for help on using the repository browser.