From 22735e4f7b8e0df58753ccefb7010a52a59a3213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Rodri=CC=81guez=20Alsina?= Date: Mon, 16 Jul 2018 18:14:04 -0300 Subject: [PATCH] (chore) Add .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a4b824b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2