Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 4246a36

Browse files
committed
fix: set up gitattributes to stop the line ending fuckery
1 parent 9181fd8 commit 4246a36

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

test/fixtures/README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
## Notes on how to create fixtures
2-
3-
### Windows
4-
5-
1. To create the SHA256 checksum of a file –
6-
7-
```
8-
certUtil -hashfile test/fixtures/filename.bat SHA256
9-
```
10-
11-
### macOS
12-
13-
1. To create the SHA256 checksum of a file –
14-
15-
```
16-
shasum -a 256 test/fixtures/filename.sh
17-
```
1+
## Notes on how to create fixtures
2+
3+
### Windows
4+
5+
1. To create the SHA256 checksum of a file –
6+
7+
```
8+
certUtil -hashfile test/fixtures/filename.bat SHA256
9+
```
10+
11+
### macOS
12+
13+
1. To create the SHA256 checksum of a file –
14+
15+
```
16+
shasum -a 256 test/fixtures/filename.sh
17+
```
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:: Dummy shell script that just echoes back all arguments.
2-
@echo off
3-
echo %*
1+
:: Dummy shell script that just echoes back all arguments.
2+
@echo off
3+
echo %*
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d737110ee3d94adfe87c39b7da8c7b2a6e3394e2a1674deeb7205677c88edcb8 dummy-cc-reporter
1+
d737110ee3d94adfe87c39b7da8c7b2a6e3394e2a1674deeb7205677c88edcb8 dummy-cc-reporter

0 commit comments

Comments
 (0)