Skip to content

Updated formatting to new prettier standard #2941

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2742,7 +2742,6 @@ changes are trivial and falls into the following categories:
Consumers of the JSON output of the CLI must update their clients if they use one of the following commands:

- in `core search` command the following fields have been renamed:

- `Boards` -> `boards`
- `Email` -> `email`
- `ID` -> `id`
Expand Down Expand Up @@ -2778,7 +2777,6 @@ Consumers of the JSON output of the CLI must update their clients if they use on
```

- in `board details` command the following fields have been renamed:

- `identification_pref` -> `identification_prefs`
- `usbID` -> `usb_id`
- `PID` -> `pid`
Expand Down Expand Up @@ -2856,7 +2854,6 @@ Consumers of the JSON output of the CLI must update their clients if they use on
```

- in `board listall` command the following fields have been renamed:

- `FQBN` -> `fqbn`
- `Email` -> `email`
- `ID` -> `id`
Expand Down Expand Up @@ -2890,7 +2887,6 @@ Consumers of the JSON output of the CLI must update their clients if they use on
```

- in `board search` command the following fields have been renamed:

- `FQBN` -> `fqbn`
- `Email` -> `email`
- `ID` -> `id`
Expand Down Expand Up @@ -2922,7 +2918,6 @@ Consumers of the JSON output of the CLI must update their clients if they use on
```

- in `lib deps` command the following fields have been renamed:

- `versionRequired` -> `version_required`
- `versionInstalled` -> `version_installed`

Expand All @@ -2947,7 +2942,6 @@ Consumers of the JSON output of the CLI must update their clients if they use on
```

- in `lib search` command the following fields have been renamed:

- `archivefilename` -> `archive_filename`
- `cachepath` -> `cache_path`

Expand Down Expand Up @@ -3016,7 +3010,6 @@ Consumers of the JSON output of the CLI must update their clients if they use on
```

- in `board list` command the following fields have been renamed:

- `FQBN` -> `fqbn`
- `VID` -> `vid`
- `PID` -> `pid`
Expand Down
2 changes: 0 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,13 @@ The following are the default directories selected by the Arduino CLI if alterna
configuration file.

- The `build_cache.path` default is OS-dependent:

- on Linux (and other Unix-based OS) is: if
[`$XDG_CACHE_HOME`](https://specifications.freedesktop.org/basedir-spec/latest/#variables) is defined,
`$XDG_CACHE_HOME/arduino`. Otherwise `{HOME}/.config/arduino`.
- on Windows is: `{HOME}/AppData/Local/arduino`
- on MacOS is: `{HOME}/Library/Caches/arduino`

- The `directories.data` default is OS-dependent:

- on Linux (and other Unix-based OS) is: `{HOME}/.arduino15`
- on Windows is: `{HOME}/AppData/Local/Arduino15`
- on MacOS is: `{HOME}/Library/Arduino15`
Expand Down
1 change: 0 additions & 1 deletion docs/package_index_json-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ In general the same tool may be provided by different packagers (for example the
are as follows:

- The property `{runtime.tools.TOOLNAME.path}` points, in order of priority, to:

1. the tool, version and packager specified via `toolsDependencies` in the `package_index.json`
1. the highest version of the tool provided by the packager of the current platform
1. the highest version of the tool provided by the packager of the referenced platform used for compile (see
Expand Down