Skip to content

Commit 840a6b6

Browse files
committed
style: remove trailing ws and add eof newline
1 parent 0ba9593 commit 840a6b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
// .github/workflows/ci.yml/0_build/0.js
4949
```
5050
51-
The autofixing (`--fix`) is supported, but it's still experimental and whitespace handling of YAML is different from JS, so be sure to check the result.
51+
The autofixing (`--fix`) is supported, but it's still experimental and whitespace handling of YAML is different from JS, so be sure to check the result.
5252

5353

5454
### Advanced Configuration

test/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/.yarn/*
2-
/.pnp.*
2+
/.pnp.*

0 commit comments

Comments
 (0)