Normalize line endings #31

This commit is contained in:
Tobias Koppers 2012-11-05 09:05:39 +01:00
parent 5530203192
commit 3d4b799e02
4 changed files with 11 additions and 9 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
* text=auto
bin/* eol=lf

View File

@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.6
language: node_js
node_js:
- 0.6
- 0.8

View File

@ -1,3 +1,3 @@
{
"foobar": 1234
{
"foobar": 1234
}

View File

@ -1,5 +1,5 @@
condition = true
obj =
text: "coffee test"
condition = true
obj =
text: "coffee test"
module.exports = obj.text if condition?