Skip to content

Commit

Permalink
[style] Maximum line length
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Jan 16, 2019
1 parent 350e948 commit 038dea7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/src/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,16 @@ function foo(x)
end
```

#### Line length

#### TODO: Line breaks
Following the Google style guide for [line length](https://github.com/google/styleguide/blob/gh-pages/pyguide.md#32-line-length)
in python, keep lines under an 80 character limit.

We make exceptions for
- URLs
- pathnames
- long string constants not containing whitespace that would be inconvenient to
split across multiple lines.

### Syntax

Expand Down

0 comments on commit 038dea7

Please sign in to comment.