This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
ArduinoJson
Watch
1
Star
0
Fork
0
You've already forked ArduinoJson
forked from
bblanchon/ArduinoJson
Code
Pull Requests
Activity
Files
e85f27c0f370304a0b0990ac41cc3322b717d4fe
ArduinoJson
/
scripts
/
format-code.sh
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