Skip to content

Commit

Permalink
Enforce LF ending.
Browse files Browse the repository at this point in the history
  • Loading branch information
zacyu committed Apr 2, 2017
1 parent d575203 commit 0d05f38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@
"space-in-parens": 1,
"space-infix-ops": 1,
"valid-jsdo": 0,
"linebreak-style":["error","windows"]
}
}
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.js text eol=lf

0 comments on commit 0d05f38

Please sign in to comment.