Use roman 4 letter instead of word

Long text without numeric numbers when numeric numbers are used are hard to read.
This commit is contained in:
Ivan Tham 2020-05-27 22:20:26 +08:00 committed by Josh Triplett
parent 9346519b05
commit 7577e78ce0

View File

@ -37,8 +37,8 @@ options.
### Indentation and line width ### Indentation and line width
* Use spaces, not tabs. * 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). outside of string literals and comments must be a multiple of 4).
* The maximum width for a line is 100 characters. * The maximum width for a line is 100 characters.
#### Block indent #### Block indent