From 61547d6a8332ccc35b1eb30116ed72eb851f2323 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Fri, 13 Oct 2017 11:48:24 +0200 Subject: [PATCH] Add Editorconfig settings Per https://github.com/bisq-network/docs/blob/master/CONTRIBUTING.adoc. See comments in #959 for details. --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..3c44241cc4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true