Skip to content

Commit

Permalink
Merge pull request #15 from athombv/robin/editor-config-line-length
Browse files Browse the repository at this point in the history
Set max_line_length to 100
  • Loading branch information
RobinBol committed Feb 6, 2020
2 parents 7dc3500 + c0d602c commit 74b5b1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Expand Up @@ -6,4 +6,5 @@ root = true
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
trim_trailing_whitespace = true
max_line_length = 100

0 comments on commit 74b5b1d

Please sign in to comment.