docs: Format docs (#15352)

This PR formats the rest of the docs' source files.

I'll follow up with a CI check to ensure they stay formatted.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2024-07-27 14:52:21 -04:00
committed by GitHub
parent 53a3d6424f
commit 3a44a59f8e
13 changed files with 85 additions and 79 deletions
+1 -1
View File
@@ -143,6 +143,6 @@ You can configure ESLint's `rulesCustomizations` setting:
}
```
## Yarn integration
See [Yarn documentation](./yarn.md) for a walkthrough of configuring your project to use Yarn.
+3 -3
View File
@@ -4,12 +4,12 @@ R support is available through the [R extension](https://github.com/ocsmit/zed-r
## Installation
* [Install R](https://cloud.r-project.org/)
* Install the R packages `languageserver` and `lintr`:
- [Install R](https://cloud.r-project.org/)
- Install the R packages `languageserver` and `lintr`:
```R
install.packages("languageserver")
install.packages("lintr")
```
* Install the [R extension](https://github.com/ocsmit/zed-r) through Zed's extensions
- Install the [R extension](https://github.com/ocsmit/zed-r) through Zed's extensions
+1
View File
@@ -44,4 +44,5 @@ to override these settings.
See https://github.com/typescript-language-server/typescript-language-server?tab=readme-ov-file#inlay-hints-textdocumentinlayhint for more information.
## Yarn integration
See [Yarn documentation](./yarn.md) for a walkthrough of configuring your project to use Yarn.
+1
View File
@@ -1,4 +1,5 @@
# Yarn
[Yarn](https://yarnpkg.com/) is a versatile package manager that improves dependency management and workflow efficiency for JavaScript and other languages. It ensures a deterministic dependency tree, offers offline support, and enhances security for reliable builds.
## Setup