diff --git a/core/.editorconfig b/core/.editorconfig
new file mode 100644
index 0000000..23efbab
--- /dev/null
+++ b/core/.editorconfig
@@ -0,0 +1,12 @@
+; Drupal configuration for EditorConfig: http://EditorConfig.org
+
+; Top-most EditorConfig file
+root = true
+
+; Every file applies the same formatting
+[*]
+end_of_line = LF ; Unix-style newlines
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = space
+indent_size = 2
