Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / cweagans / composer-patches / .editorconfig
diff --git a/vendor/cweagans/composer-patches/.editorconfig b/vendor/cweagans/composer-patches/.editorconfig
new file mode 100644 (file)
index 0000000..8e82594
--- /dev/null
@@ -0,0 +1,11 @@
+# This is the top-most .editorconfig file; do not search in parent directories.
+root = true
+
+# All files.
+[*]
+end_of_line = LF
+indent_style = space
+indent_size = 2
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true