Skip to content

Commit

Permalink
Style: enable linebreak-style rule
Browse files Browse the repository at this point in the history
  • Loading branch information
autra committed Jan 19, 2017
1 parent 1cd8766 commit 9dad440
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Expand Up @@ -74,6 +74,5 @@ module.exports = {
'operator-assignment': 'off',
'no-return-assign': 'off',
'no-useless-concat': 'off',
'linebreak-style': 'off',
}
}
7 changes: 7 additions & 0 deletions .gitattributes
@@ -1 +1,8 @@
* text=auto
*.js eol=lf
*.css eol=lf
*.glsl eol=lf
*.html eol=lf
*.md eol=lf
*.json eol=lf
*.yml eol=lf

0 comments on commit 9dad440

Please sign in to comment.