mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Use Python JSON to format packages.json file (#5429)
The packages JSON file which includes the boards, tools, etc. and needs to have consistent formatting to be reproducible. The current boards.txt.py uses a REGEX to string-replace a bit of it, but that bit has a different indent than the rest of the file. Use Python's JSON writer to format the whole file repeatably.
This commit is contained in:
committed by
Develo
parent
f68362e78f
commit
2ec3daa225
@ -292,4 +292,4 @@
|
||||
"name": "esp8266"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user