From: Savil Srivastava Date: Wed, 25 Jul 2018 19:49:58 +0000 (-0700) Subject: add .editorconfig to ensure we use tabs, not spaces X-Git-Tag: v0.0.12~367^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=commitdiff_plain;h=dfc3421302d62b57f6070c5fd2ccbb958ea92c8b add .editorconfig to ensure we use tabs, not spaces --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..31252bc1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +# see https://editorconfig.org for more options, and setup instructions for yours editor + +indent_style = tab