From d0f941f732f92700ed69bc4ffeffb4c0c9784f37 Mon Sep 17 00:00:00 2001 From: Arik Sosman Date: Sat, 11 Apr 2020 11:33:07 -0700 Subject: [PATCH] Mandate new line at end of file in editorconfig. --- .editorconfig | 1 + fuzz/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e355fadfa..e5657670c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,3 +2,4 @@ [*] indent_style = tab +insert_final_newline = true diff --git a/fuzz/README.md b/fuzz/README.md index 48921594e..f59418cfd 100644 --- a/fuzz/README.md +++ b/fuzz/README.md @@ -83,4 +83,4 @@ export RUST_BACKTRACE=1 cargo test ``` -This will reproduce the failing fuzz input and yield a usable stack trace. \ No newline at end of file +This will reproduce the failing fuzz input and yield a usable stack trace. -- 2.39.5