Skip to content

Commit

Permalink
style-guide: Adjust line length.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yong Bakos committed Aug 23, 2019
1 parent 0f5c881 commit 94573e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pages/docs/style-guide.elm
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ We saved vertical lines here, but at the cost of regularity and ease of
modification. If `Literal` ever becomes longer, all arrows must move. If any
branch gets too long, everything needs to come down a line anyway.
Having `case` appear further to the right than the actual cases is strongly discouraged. It
should serve as a context clue that makes glancing through code easy, but when
indented or positioned in crazy ways, it becomes more difficult to glance through.
Having `case` appear further to the right than the actual cases is strongly
discouraged. It should serve as a context clue that makes glancing through code
easy, but when indented or positioned in crazy ways, it becomes more difficult
to glance through.
## Types
Expand Down

0 comments on commit 94573e1

Please sign in to comment.