Skip to content

Commit 3d4b799

Browse files
committed
Normalize line endings webpack#31
1 parent 5530203 commit 3d4b799

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto
2+
bin/* eol=lf

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
language: node_js
2-
node_js:
3-
- 0.6
1+
language: node_js
2+
node_js:
3+
- 0.6
44
- 0.8

examples/loader/test.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{
2-
"foobar": 1234
1+
{
2+
"foobar": 1234
33
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
condition = true
2-
obj =
3-
text: "coffee test"
4-
1+
condition = true
2+
obj =
3+
text: "coffee test"
4+
55
module.exports = obj.text if condition?

0 commit comments

Comments
 (0)