From f05995cf9f42fe1fb9d58112ea7c15e138398830 Mon Sep 17 00:00:00 2001
From: sagiegurari <sagiegurari@gmail.com>
Date: Thu, 5 Nov 2015 20:32:40 +0200
Subject: [PATCH] .editorconfig file to help all contributers to align to a
 common project specific standards.

---
 .editorconfig | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .editorconfig

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..27a65a3586
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+indent_style = space
+
+[*.{js,json,html,css}]
+charset = utf-8
+indent_size = 2
-- 
GitLab