aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/simplepie/simplepie/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/simplepie/simplepie/.editorconfig')
-rw-r--r--vendor/simplepie/simplepie/.editorconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/simplepie/simplepie/.editorconfig b/vendor/simplepie/simplepie/.editorconfig
new file mode 100644
index 000000000..ba48d7f1d
--- /dev/null
+++ b/vendor/simplepie/simplepie/.editorconfig
@@ -0,0 +1,20 @@
+# https://EditorConfig.org
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.{css,html,js,json,php,sql}]
+indent_style = tab
+
+[*.{markdown,md}]
+indent_size = 4
+indent_style = space
+max_line_length = off
+trim_trailing_whitespace = false
+
+[*.{yaml,yml}]
+indent_size = 2
+indent_style = space