Skip to content

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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)