Skip to content

Commit cc92e09

Browse files
authored
[skip-changelog] Updated formatting to new prettier standard (#2941)
1 parent 4891ded commit cc92e09

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

docs/UPGRADING.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2742,7 +2742,6 @@ changes are trivial and falls into the following categories:
27422742
Consumers of the JSON output of the CLI must update their clients if they use one of the following commands:
27432743
27442744
- in `core search` command the following fields have been renamed:
2745-
27462745
- `Boards` -> `boards`
27472746
- `Email` -> `email`
27482747
- `ID` -> `id`
@@ -2778,7 +2777,6 @@ Consumers of the JSON output of the CLI must update their clients if they use on
27782777
```
27792778
27802779
- in `board details` command the following fields have been renamed:
2781-
27822780
- `identification_pref` -> `identification_prefs`
27832781
- `usbID` -> `usb_id`
27842782
- `PID` -> `pid`
@@ -2856,7 +2854,6 @@ Consumers of the JSON output of the CLI must update their clients if they use on
28562854
```
28572855
28582856
- in `board listall` command the following fields have been renamed:
2859-
28602857
- `FQBN` -> `fqbn`
28612858
- `Email` -> `email`
28622859
- `ID` -> `id`
@@ -2890,7 +2887,6 @@ Consumers of the JSON output of the CLI must update their clients if they use on
28902887
```
28912888
28922889
- in `board search` command the following fields have been renamed:
2893-
28942890
- `FQBN` -> `fqbn`
28952891
- `Email` -> `email`
28962892
- `ID` -> `id`
@@ -2922,7 +2918,6 @@ Consumers of the JSON output of the CLI must update their clients if they use on
29222918
```
29232919
29242920
- in `lib deps` command the following fields have been renamed:
2925-
29262921
- `versionRequired` -> `version_required`
29272922
- `versionInstalled` -> `version_installed`
29282923
@@ -2947,7 +2942,6 @@ Consumers of the JSON output of the CLI must update their clients if they use on
29472942
```
29482943
29492944
- in `lib search` command the following fields have been renamed:
2950-
29512945
- `archivefilename` -> `archive_filename`
29522946
- `cachepath` -> `cache_path`
29532947
@@ -3016,7 +3010,6 @@ Consumers of the JSON output of the CLI must update their clients if they use on
30163010
```
30173011
30183012
- in `board list` command the following fields have been renamed:
3019-
30203013
- `FQBN` -> `fqbn`
30213014
- `VID` -> `vid`
30223015
- `PID` -> `pid`

docs/configuration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,13 @@ The following are the default directories selected by the Arduino CLI if alterna
5959
configuration file.
6060

6161
- The `build_cache.path` default is OS-dependent:
62-
6362
- on Linux (and other Unix-based OS) is: if
6463
[`$XDG_CACHE_HOME`](https://specifications.freedesktop.org/basedir-spec/latest/#variables) is defined,
6564
`$XDG_CACHE_HOME/arduino`. Otherwise `{HOME}/.config/arduino`.
6665
- on Windows is: `{HOME}/AppData/Local/arduino`
6766
- on MacOS is: `{HOME}/Library/Caches/arduino`
6867

6968
- The `directories.data` default is OS-dependent:
70-
7169
- on Linux (and other Unix-based OS) is: `{HOME}/.arduino15`
7270
- on Windows is: `{HOME}/AppData/Local/Arduino15`
7371
- on MacOS is: `{HOME}/Library/Arduino15`

docs/package_index_json-specification.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ In general the same tool may be provided by different packagers (for example the
318318
are as follows:
319319

320320
- The property `{runtime.tools.TOOLNAME.path}` points, in order of priority, to:
321-
322321
1. the tool, version and packager specified via `toolsDependencies` in the `package_index.json`
323322
1. the highest version of the tool provided by the packager of the current platform
324323
1. the highest version of the tool provided by the packager of the referenced platform used for compile (see

0 commit comments

Comments
 (0)