Skip to content

Commit

Permalink
EditorConfig 150 characters per line
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec committed Jan 10, 2018
1 parent 5e876e6 commit 42ec5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ trim_trailing_whitespace = true
tab_width = 2

[**.rb]
max_line_length = 120
max_line_length = 150

[**.js, **.coffee]
max_line_length = 120
max_line_length = 150

[*.md]
trim_trailing_whitespace = false

0 comments on commit 42ec5df

Please sign in to comment.