diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..153cf3ef5b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +; top-most EditorConfig file +root = true + +; Unix-style newlines +[*] +end_of_line = LF + +[*.php] +indent_style = space +indent_size = 4