mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
Fix typo in style guide (#2364)
This commit is contained in:
parent
6a5893a269
commit
6679c4807c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ not to introduce circular imports.
|
|||
|
||||
Example: Instead of `file-server.ts` use `file_server.ts`.
|
||||
|
||||
## Format code according using prettier.
|
||||
## Format code using prettier.
|
||||
|
||||
More specifically, code should be wrapped at 80 columns and use 2-space
|
||||
indentation and use camel-case. Use `//format.ts` to invoke prettier.
|
||||
|
|
Loading…
Add table
Reference in a new issue