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
2026-07-09 09:50:58 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
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
{}
\;
Reference in New Issue
Copy Permalink