This website requires JavaScript.
Explore
Help
Sign In
bblanchon
/
ArduinoJson
Watch
1
Star
0
Fork
1
You've already forked ArduinoJson
mirror of
https://github.com/bblanchon/ArduinoJson.git
synced
2025-07-03 13:46:46 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
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
{
}
\;
Reference in New Issue
Copy Permalink