From 1e5231768bcab9b6a0905933c7a4a1ba67cc060b Mon Sep 17 00:00:00 2001
From: Dženan Zukić <dzenan.zukic@kitware.com>
Date: Mon, 14 May 2018 13:54:09 -0400
Subject: [PATCH] ENH: adding an .editorconfig file to aid IDE's code formatting options

Change-Id: Ied3083fdb4962ac961ec019e0c886ff9b9fe589a
---

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..7b95893
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,19 @@
+# http://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Apply to all code files
+[*]
+# A newline ending every file
+insert_final_newline = true
+
+# Set default charset
+charset = utf-8
+
+# 4 space indentation
+indent_style = space
+indent_size = 2
+
+# Various options
+trim_trailing_whitespace = true
