From 7d64ad33fb43a04fcffa6b709d071a1661ea3bd7 Mon Sep 17 00:00:00 2001
From: Derek Stavis <dekestavis@gmail.com>
Date: Sun, 28 Feb 2016 21:52:19 -0300
Subject: [PATCH] editorconfig: remove unused config file

---
 .editorconfig | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 .editorconfig

diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index 4593073..0000000
--- a/.editorconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-# http://editorconfig.org
-root = true
-
-[*]
-end_of_line = lf
-indent_size = 2
-indent_style = space
-insert_final_newline = true
-trim_trailing_whitespace = true
-- 
GitLab