X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.editorconfig;h=dab24fe3dd37f2aedbbe45c70f826eecda517bcb;hb=refs%2Fheads%2Fupstream%2Fmain;hp=31252bc18c8b26af75d21d7bf485153908ad165d;hpb=a331849005e131da2d27f2848bf6b2598f94836a;p=rust-lightning diff --git a/.editorconfig b/.editorconfig index 31252bc1..dab24fe3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +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