Skip to content

Commit e8a8fd0

Browse files
authored
Merge pull request #582 from arik-so/trailing_newline_config
Mandate new line at end of file in editorconfig.
2 parents c9c9415 + d0f941f commit e8a8fd0

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)