Skip to content

Commit

Permalink
feat(practices): add list formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilySeville7cfg authored and EmilySeville7cfg committed May 11, 2023
1 parent 062e1d0 commit db74c9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/style_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit db74c9e

Please sign in to comment.