From 75f9891a94ce1504c23a525aeb7b3965955fcee0 Mon Sep 17 00:00:00 2001 From: Avi Goldman Date: Mon, 9 Oct 2017 12:25:58 -0700 Subject: [PATCH] created .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..51563b8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = "utf-8" + +insert_final_newline = true +trim_trailing_whitespace = true