From eed7f70f291788426caa93c5f6ced0f23036c1eb Mon Sep 17 00:00:00 2001 From: Oscar Guindzberg Date: Mon, 17 Dec 2018 18:52:47 -0300 Subject: [PATCH] Create .editorconfig Cherry pick https://github.com/bisq-network/bitcoinj/commit/bfb13ecf1ccc958df6409bca72fdf9f1d1685e5e --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000000..c4a61919b20 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +continuation_indent_size = 8 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true