From cde4dbb35132848ffece59ef9cfaccff32347124 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 14 Jul 2020 15:24:17 -0400 Subject: Use dprint for internal formatting (#6682) --- docs/tools/formatter.md | 4 ---- docs/tools/script_installer.md | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/tools') diff --git a/docs/tools/formatter.md b/docs/tools/formatter.md index 16a5a9ab4..aedb6bdc9 100644 --- a/docs/tools/formatter.md +++ b/docs/tools/formatter.md @@ -16,8 +16,6 @@ cat file.ts | deno fmt - Ignore formatting code by preceding it with a `// deno-fmt-ignore` comment: - - ```ts // deno-fmt-ignore export const identity = [ @@ -27,7 +25,5 @@ export const identity = [ ]; ``` - - Or ignore an entire file by adding a `// deno-fmt-ignore-file` comment at the top of the file. diff --git a/docs/tools/script_installer.md b/docs/tools/script_installer.md index 5f388fc6d..68db10d61 100644 --- a/docs/tools/script_installer.md +++ b/docs/tools/script_installer.md @@ -66,6 +66,8 @@ idiom to specify the entry point in an executable script. Example: + + ```ts // https://example.com/awesome/cli.ts async function myAwesomeCli(): Promise { -- cgit v1.2.3