Skip to content

Commit

Permalink
feat(editorconfig): add max_line_length (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Dec 7, 2017
1 parent be0d759 commit 756d7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 2
max_line_length = 80
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
'package',
'readme',
'eslint',
'editorconfig',
'commitlint',
'coverage',
'release',
Expand Down

0 comments on commit 756d7e3

Please sign in to comment.