X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=.editorconfig;h=dab24fe3dd37f2aedbbe45c70f826eecda517bcb;hb=refs%2Fheads%2F2023-09-msrv;hp=e355fadfab8fbd9f112972828b19b513113da42c;hpb=a6f0281017f1223ef961fb3a000915e37b5719b0;p=rust-lightning diff --git a/.editorconfig b/.editorconfig index e355fadf..dab24fe3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,3 +2,5 @@ [*] indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true