From 7577e78ce0bb8f0f91c14de8a793b06e3f7a39b0 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. --- src/doc/style-guide/src/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/style-guide/src/README.md b/src/doc/style-guide/src/README.md index 29204603e58..6bdb3ae26ac 100644 --- a/src/doc/style-guide/src/README.md +++ b/src/doc/style-guide/src/README.md @@ -37,8 +37,8 @@ options. ### Indentation and line width * Use spaces, not tabs. -* Each level of indentation must be four spaces (that is, all indentation - outside of string literals and comments must be a multiple of four). +* Each level of indentation must be 4 spaces (that is, all indentation + outside of string literals and comments must be a multiple of 4). * The maximum width for a line is 100 characters. #### Block indent