1 parent 3552cdc commit f11193dCopy full SHA for f11193d
1 file changed
guide/guide.md
@@ -25,9 +25,13 @@ typically by using a formatting tool's default settings.
25
These formatting conventions are a work in progress, and may do anything they
26
like, up to and including eating your laundry.
27
28
-### Indentation
29
30
-Use spaces, not tabs.
+### Indentation and line width
+
31
+Use spaces, not tabs. Each level of indentation must be four spaces. The maximum
32
+width for a line is 100 characters. A tool should be configurable for all three
33
+of these variables.
34
35
36
### Blank lines
37
0 commit comments