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 ---- 1 file changed, 4 deletions(-) (limited to 'docs/tools/formatter.md') 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. -- cgit v1.2.3