X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.editorconfig;h=dab24fe3dd37f2aedbbe45c70f826eecda517bcb;hb=60706d6338854ef3a6d41ec8e500826ca0ee1f9e;hp=b19ed0f50a5678af6dea60d13b72a83e26abb695;hpb=27d655fde1ea578b2f0bcc597f3fe0f1cda5518f;p=rust-lightning diff --git a/.editorconfig b/.editorconfig index b19ed0f5..dab24fe3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,6 @@ -# see https://editorconfig.org for more options, and setup instructions for yours editor +# see https://editorconfig.org for more options, and setup instructions for your editor [*] indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true