Fix EOL of text files (#9877)

main
Michael Voříšek 3 years ago committed by GitHub
parent 0021758e0b
commit 5456cf8197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored

@ -8,4 +8,4 @@ phpunit.xml
.vagrant .vagrant
Vagrantfile Vagrantfile
.idea .idea
.php_cs.cache .php_cs.cache

@ -13,4 +13,4 @@
"sha256": "c142d1a07ca354be46b613f59f1d601923a5a00ccc5fcce50a77ecdd461eb72d" "sha256": "c142d1a07ca354be46b613f59f1d601923a5a00ccc5fcce50a77ecdd461eb72d"
} }
} }
} }

@ -6,4 +6,4 @@
"sha256": "1893a061e579543822389ecd12d791c612db0c05e22d90e9286e233cacd86ed8" "sha256": "1893a061e579543822389ecd12d791c612db0c05e22d90e9286e233cacd86ed8"
} }
} }
} }

@ -1,4 +1,4 @@
{ {
"name": "test/path-versioned", "name": "test/path-versioned",
"version": "0.0.2" "version": "0.0.2"
} }

@ -1,3 +1,3 @@
{ {
"name": "test/path-unversioned" "name": "test/path-unversioned"
} }

Loading…
Cancel
Save