This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
ArduinoJson
Watch
1
Star
0
Fork
0
forked from
bblanchon/ArduinoJson
Code
Pull Requests
Activity
Files
e3b4f5038ddecba19bf60910cdfcbcc95977cbfa
ArduinoJson
/
scripts
/
format-code.sh
T
3 lines
91 B
Bash
Raw
Normal View
History
Unescape
Escape
Switched to Google coding style to match cpplint expectations
2014-10-23 23:13:13 +02:00
cd
..
find include src
test
-regex
".*\.[ch]pp
$
"
-exec clang-format -style
=
Google -i
{}
\;
Copy Permalink