From 4b92458d3e0837f6a1453833ea89694db983627d Mon Sep 17 00:00:00 2001 From: Sean Middleditch Date: Wed, 6 Mar 2019 22:41:35 -0800 Subject: [PATCH] Add editorconfig (#8) --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bbd49f2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + +[*.{json,yml}] +indent_size = 2