From 6679c4807c1c77893f1d7e78eb0ce3417d3dc6a3 Mon Sep 17 00:00:00 2001 From: Atty Eleti Date: Thu, 16 May 2019 07:37:47 -0700 Subject: [PATCH] Fix typo in style guide (#2364) --- website/style_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/style_guide.md b/website/style_guide.md index 8fd3196bc5..09faf04aaf 100644 --- a/website/style_guide.md +++ b/website/style_guide.md @@ -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.