# Line length limit poll

**URL:** https://discourse.julialang.org/t/line-length-limit-poll/14703
**Category:** Community
**Created:** [September 8, 2018, 1:56pm UTC](https://discourse.julialang.org/t/line-length-limit-poll/14703 "2018-09-08T13:56:25Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [September 8, 2018, 1:56pm UTC](https://discourse.julialang.org/t/line-length-limit-poll/14703/1 "2018-09-08T13:56:25Z")

</div>

When I code in Julia, I like to keep my line length below

_Poll ([view on site](https://discourse.julialang.org/t/line-length-limit-poll/14703/1))_

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [September 8, 2018, 2:37pm UTC](https://discourse.julialang.org/t/line-length-limit-poll/14703/2 "2018-09-08T14:37:07Z")

</div>

VS Code has automatic code wrapping. I don’t know about Atom.  
So there may be another option: no limit, because the code will be rendered intelligently no matter what the length of the line.

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [September 8, 2018, 2:43pm UTC](https://discourse.julialang.org/t/line-length-limit-poll/14703/3 "2018-09-08T14:43:16Z")

</div>

Good point, so does Emacs and many other editors, but let’s just put that under \infty.

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [September 8, 2018, 5:14pm UTC](https://discourse.julialang.org/t/line-length-limit-poll/14703/4 "2018-09-08T17:14:36Z")

</div>

Just curious: does anyone know where the 92 characters per line limit comes from?

---

<div class="post-metadata">

### Author: ![ExpandingMan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/expandingman/32/866_2.png) [@ExpandingMan](https://discourse.julialang.org/u/ExpandingMan)
#### Post date: [September 8, 2018, 6:16pm UTC](https://discourse.julialang.org/t/line-length-limit-poll/14703/5 "2018-09-08T18:16:14Z")

</div>

> [@PetrKryslUCSD](#):
>
> Just curious: does anyone know where the 92 characters per line limit comes from?

The width of my screen-split in vim. 😄

---

<div class="post-metadata">

### Author: ![DNF](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dnf/32/10191_2.png) [@DNF](https://discourse.julialang.org/u/DNF)
#### Post date: [September 8, 2018, 6:57pm UTC](https://discourse.julialang.org/t/line-length-limit-poll/14703/6 "2018-09-08T18:57:45Z")

</div>

I use 100.

---

<div class="post-metadata">

### Author: ![ScottPJones](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/scottpjones/32/146_2.png) [@ScottPJones](https://discourse.julialang.org/u/ScottPJones)
#### Post date: [September 8, 2018, 7:24pm UTC](https://discourse.julialang.org/t/line-length-limit-poll/14703/7 "2018-09-08T19:24:41Z")

</div>

Me too. I’d be fine with 92, 80 seems a bit small these days.  
92 or 100 works on most modern displays to have two readable side by side pages, which I like to use to compare versions.
