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-04 06:06:36 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b43da1e421fb418f388dfc0679c66e5cb137e34b
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