From: Arik Sosman Date: Sat, 11 Apr 2020 18:33:07 +0000 (-0700) Subject: Mandate new line at end of file in editorconfig. X-Git-Tag: v0.0.12~87^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=d0f941f732f92700ed69bc4ffeffb4c0c9784f37;p=rust-lightning Mandate new line at end of file in editorconfig. --- diff --git a/.editorconfig b/.editorconfig index e355fadf..e5657670 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 48921594..f59418cf 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.