From: Matt Corallo <649246+TheBlueMatt@users.noreply.github.com> Date: Sat, 11 Apr 2020 20:28:26 +0000 (+0000) Subject: Merge pull request #582 from arik-so/trailing_newline_config X-Git-Tag: v0.0.12~87 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=e8a8fd0fb060a95cccc9e24c1c557046330da282;hp=c9c9415e5f8871afe2a45959ff46f498de533aec;p=rust-lightning Merge pull request #582 from arik-so/trailing_newline_config 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.