diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000000000000000000000000000000000..b638c84355241001e91803b3cb7679f4fe947362
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+indent_style = tab
+insert_final_newline = true
+
+[*.yml]
+indent_style = space
+indent_size = 2