Skip to content

Commit ecfb91c

Browse files
EmilySeville7cfgEmilySeville7cfg
EmilySeville7cfg
authored and
EmilySeville7cfg
committed
feat(practices): add list formatting
1 parent 062e1d0 commit ecfb91c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

book/style_guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ and modifies them slightly. When not stated explicitly, rule is inherited withou
6565
- **Always** put no space before and one `\n` after pipe `|` symbol denoting block or closure parameter list end.
6666
- **Always** put one `\n\t` before first record key and `\n` after last record key value.
6767
Keep this indentation for all record keys.
68+
- **Always** put one `\n\t` before first list value and `\n` after last list value.
69+
Keep this indentation for all list values.
6870

6971
When referring to `\t` it's supposed that it's done relatively to the current indentation level.
7072

0 commit comments

Comments
 (0)