From a43628d06cfcf1c37078b74419d97e89038cca5c Mon Sep 17 00:00:00 2001 From: David Knaack Date: Sat, 7 May 2022 02:47:30 +0200 Subject: [PATCH] chore(dprint): fmt & upgrade plugins (#3969) --- .dprint.json | 12 +++++++----- docs/README.md | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.dprint.json b/.dprint.json index 14e0331e..bed83d4b 100644 --- a/.dprint.json +++ b/.dprint.json @@ -1,6 +1,8 @@ { "incremental": true, - "typescript": {}, + "typescript": { + "indentWidth": 4 + }, "json": {}, "markdown": { "lineWidth": 100 @@ -37,9 +39,9 @@ "target/" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.62.0.wasm", - "https://plugins.dprint.dev/json-0.14.0.wasm", - "https://plugins.dprint.dev/markdown-0.12.0.wasm", - "https://plugins.dprint.dev/toml-0.5.3.wasm" + "https://plugins.dprint.dev/typescript-0.68.2.wasm", + "https://plugins.dprint.dev/json-0.15.2.wasm", + "https://plugins.dprint.dev/markdown-0.13.2.wasm", + "https://plugins.dprint.dev/toml-0.5.4.wasm" ] } diff --git a/docs/README.md b/docs/README.md index f15bc14b..28915947 100644 --- a/docs/README.md +++ b/docs/README.md @@ -140,9 +140,9 @@ description: Starship is the minimal, blazing fast, and extremely customizable p This will change in the future. Only Nushell v0.61+ is supported. - + ::: - + Add the following to to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell): ```sh mkdir ~/.cache/starship