From b208df842cbfa013fe2d3123a96ef2780a4a9950 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Wed, 27 May 2020 22:20:26 +0800 Subject: [PATCH] Use roman 4 letter instead of word Long text without numeric numbers when numeric numbers are used are hard to read. --- guide/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/guide.md b/guide/guide.md index adb73a7..6693f67 100644 --- a/guide/guide.md +++ b/guide/guide.md @@ -25,7 +25,7 @@ typically by using a formatting tool's default settings. ### Indentation and line width * Use spaces, not tabs. -* Each level of indentation must be four spaces (that is, all indentation +* Each level of indentation must be 4 spaces (that is, all indentation outside of string literals and comments must be a multiple of four). * The maximum width for a line is 100 characters. * A tool should be configurable for all three of these variables.