From f99973db3d3c9a8db2d2d77acbb81df0c734e1bd Mon Sep 17 00:00:00 2001 From: deigote Date: Sun, 5 Jun 2016 14:10:55 +0200 Subject: [PATCH] Editorconfig is used to allow the IDE to follow project indentation style --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e2606d5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.js] +indent_style = space +indent_size = 2