From da7163e9e792b86bdc14897e5b71898862689c81 Mon Sep 17 00:00:00 2001
From: Andrei Mondoc <andreimondoc@gmail.com>
Date: Thu, 29 Aug 2019 15:26:15 +0100
Subject: [PATCH] add editor config file

Signed-off-by: Kevin Cristiano <kcristiano@kcristiano.com>
---
 wp-rest/.editorconfig | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 wp-rest/.editorconfig

diff --git a/wp-rest/.editorconfig b/wp-rest/.editorconfig
new file mode 100644
index 0000000000..09dc3747d3
--- /dev/null
+++ b/wp-rest/.editorconfig
@@ -0,0 +1,9 @@
+# EditorConfig is awesome: https://editorconfig.org
+
+# Not top-most EditorConfig file
+root = false
+
+# Tab indentation
+[*.php]
+indent_style = tab
+indent_size = 4
-- 
GitLab