Skip to content

Commit 4bea952

Browse files
author
Yong Bakos
committed
style-guide: Adjust line length.
1 parent bd77778 commit 4bea952

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/docs/style-guide.elm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@ We saved vertical lines here, but at the cost of regularity and ease of
8888
modification. If `Literal` ever becomes longer, all arrows must move. If any
8989
branch gets too long, everything needs to come down a line anyway.
9090
91-
Having `case` appear further to the right than the actual cases is strongly discouraged. It
92-
should serve as a context clue that makes glancing through code easy, but when
93-
indented or positioned in crazy ways, it becomes more difficult to glance through.
91+
Having `case` appear further to the right than the actual cases is strongly
92+
discouraged. It should serve as a context clue that makes glancing through code
93+
easy, but when indented or positioned in crazy ways, it becomes more difficult
94+
to glance through.
9495
9596
9697
## Types

0 commit comments

Comments
 (0)