mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Upgraded libastyle to 2.05.1
This commit is contained in:
parent
31a5b028af
commit
9f50313038
@ -364,8 +364,8 @@
|
||||
</antcall>
|
||||
|
||||
<antcall target="unzip">
|
||||
<param name="archive_file" value="./libastylej-2.05.zip" />
|
||||
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.zip" />
|
||||
<param name="archive_file" value="./libastylej-2.05.1.zip" />
|
||||
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1.zip" />
|
||||
<param name="final_folder" value="${staging_folder}/libastylej" />
|
||||
<param name="dest_folder" value="${staging_folder}" />
|
||||
</antcall>
|
||||
@ -538,8 +538,8 @@
|
||||
<chmod perm="755" file="linux/work/arduino" />
|
||||
|
||||
<antcall target="unzip">
|
||||
<param name="archive_file" value="./libastylej-2.05.zip" />
|
||||
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.zip" />
|
||||
<param name="archive_file" value="./libastylej-2.05.1.zip" />
|
||||
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1.zip" />
|
||||
<param name="final_folder" value="${staging_folder}/libastylej" />
|
||||
<param name="dest_folder" value="${staging_folder}" />
|
||||
</antcall>
|
||||
@ -756,8 +756,8 @@
|
||||
<antcall target="windows-build-avr-toolchain" />
|
||||
|
||||
<antcall target="unzip">
|
||||
<param name="archive_file" value="./libastylej-2.05.zip" />
|
||||
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.zip" />
|
||||
<param name="archive_file" value="./libastylej-2.05.1.zip" />
|
||||
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.1.zip" />
|
||||
<param name="final_folder" value="${staging_folder}/libastylej" />
|
||||
<param name="dest_folder" value="${staging_folder}" />
|
||||
</antcall>
|
||||
|
1
build/libastylej-2.05.1.zip.sha
Normal file
1
build/libastylej-2.05.1.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
328bdc3baf781193f3bc33a56fa477de67f5bfd8
|
@ -1 +0,0 @@
|
||||
2cd093d3da2b0204a666d90440f513b717c9f80c
|
@ -5,6 +5,8 @@
|
||||
# Instead, copy it in the same folder of file "preferences.txt" and modify the copy. This way, you won't lose your custom formatter settings when upgrading the IDE
|
||||
# If you don't know where file preferences.txt is stored, open the IDE, File -> Preferences and you'll find a link
|
||||
|
||||
mode=c
|
||||
|
||||
# 2 spaces indentation
|
||||
indent=spaces=2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user