]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Merge pull request #87 from savil/editorconfig
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Wed, 25 Jul 2018 22:08:38 +0000 (18:08 -0400)
committerGitHub <noreply@github.com>
Wed, 25 Jul 2018 22:08:38 +0000 (18:08 -0400)
add .editorconfig to ensure we use tabs, not spaces

.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..31252bc
--- /dev/null
@@ -0,0 +1,3 @@
+# see https://editorconfig.org for more options, and setup instructions for yours editor
+
+indent_style = tab