summaryrefslogtreecommitdiffstats
path: root/vendor/phpmailer/phpmailer/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/phpmailer/phpmailer/.editorconfig')
-rw-r--r--vendor/phpmailer/phpmailer/.editorconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/phpmailer/phpmailer/.editorconfig b/vendor/phpmailer/phpmailer/.editorconfig
new file mode 100644
index 0000000..a648a08
--- /dev/null
+++ b/vendor/phpmailer/phpmailer/.editorconfig
@@ -0,0 +1,15 @@
+root = true
+
+[*]
+charset = utf-8
+indent_size = 4
+indent_style = space
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false
+
+[*.{yml,yaml}]
+indent_size = 2