Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit d0f941f

Browse files
committed
Mandate new line at end of file in editorconfig.
1 parent c9c9415 commit d0f941f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
[*]
44
indent_style = tab
5+
insert_final_newline = true

fuzz/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ export RUST_BACKTRACE=1
8383
cargo test
8484
```
8585

86-
This will reproduce the failing fuzz input and yield a usable stack trace.
86+
This will reproduce the failing fuzz input and yield a usable stack trace.

0 commit comments

Comments
 (0)