1
0
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:
Earle F. Philhower, III
2018-12-03 19:26:18 -08:00
committed by Develo
parent f68362e78f
commit 2ec3daa225
2 changed files with 5 additions and 2 deletions

View File

@ -292,4 +292,4 @@
"name": "esp8266"
}
]
}
}