We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9346519 commit 7577e78Copy full SHA for 7577e78
src/doc/style-guide/src/README.md
@@ -37,8 +37,8 @@ options.
37
### Indentation and line width
38
39
* Use spaces, not tabs.
40
-* Each level of indentation must be four spaces (that is, all indentation
41
- 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).
42
* The maximum width for a line is 100 characters.
43
44
#### Block indent
0 commit comments