diff --git a/wp-rest/.editorconfig b/wp-rest/.editorconfig
new file mode 100644
index 0000000000000000000000000000000000000000..09dc3747d33a42560841336306fc106d96b39a47
--- /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