v2.9
This commit is contained in:
6
lib/WebServer_ESP32_W5500/utils/restyle.sh
Normal file
6
lib/WebServer_ESP32_W5500/utils/restyle.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
for dir in . ; do
|
||||
find $dir -type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.ino" \) -exec astyle --suffix=none --options=./utils/astyle_library.conf \{\} \;
|
||||
done
|
||||
|
Reference in New Issue
Block a user