Skip to content

Commit

Permalink
Ensure UNIX line endings (see #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadYounes committed Feb 15, 2015
1 parent 649ad56 commit 55c7268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./bin/rtlcss.js text eol=lf
2 changes: 1 addition & 1 deletion bin/rtlcss.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ if (input != '-') {
process.stdin.on('end', function() {
processCSSFile(false, buffer);
});
}
}

0 comments on commit 55c7268

Please sign in to comment.