From db74c9ee5759761ee185128a067ff93cb066d247 Mon Sep 17 00:00:00 2001 From: EmilySeville7cfg Date: Thu, 11 May 2023 12:14:41 +1000 Subject: [PATCH] feat(practices): add list formatting --- book/style_guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/style_guide.md b/book/style_guide.md index 736a2922f86..309590ae2ff 100644 --- a/book/style_guide.md +++ b/book/style_guide.md @@ -65,6 +65,8 @@ and modifies them slightly. When not stated explicitly, rule is inherited withou - **Always** put no space before and one `\n` after pipe `|` symbol denoting block or closure parameter list end. - **Always** put one `\n\t` before first record key and `\n` after last record key value. Keep this indentation for all record keys. +- **Always** put one `\n\t` before first list value and `\n` after last list value. + Keep this indentation for all record keys. When referring to `\t` it's supposed that it's done relatively to the current indentation level.