From 94573e1fc31a40c9857719d792c4198ca2c8e9e7 Mon Sep 17 00:00:00 2001 From: Yong Bakos Date: Sat, 8 Apr 2017 09:45:58 -0700 Subject: [PATCH] style-guide: Adjust line length. --- pages/docs/style-guide.elm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/docs/style-guide.elm b/pages/docs/style-guide.elm index a301edb75..09e4283fe 100644 --- a/pages/docs/style-guide.elm +++ b/pages/docs/style-guide.elm @@ -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